Lines Matching refs:pu8KeyKLIn
2724 if ((KLCfg->u32Level != 0) && (NULL == KLCfg->pu8KeyKLIn)) in _MDrv_DSCMB2_KLadder_AtomicExec()
2769 HAL_DSCMB_KL_Input(eKLEng, 0, KLCfg->pu8KeyKLIn); in _MDrv_DSCMB2_KLadder_AtomicExec()
2775 HAL_DSCMB_KL_Input(eKLEng, (4 - i), KLCfg->pu8KeyKLIn+(16*i)); in _MDrv_DSCMB2_KLadder_AtomicExec()
2782 HAL_DSCMB_KL_Input(eKLEng, (KLCfg->u32Level-i-1), KLCfg->pu8KeyKLIn+(16*i)); in _MDrv_DSCMB2_KLadder_AtomicExec()
3004 HAL_DSCMB_KL_Input(eKLEng, (KLCfg->u32Level-i-1), KLCfg->pu8KeyKLIn+(16*i));
3051 HAL_DSCMB_KL_Input(eKLEng, (u32Step2Level-i-1), KLCfg->pu8KeyKLIn+(16*i));
3299 if ((KLCfg->u32Level != 0) && (NULL == KLCfg->pu8KeyKLIn)) in _MDrv_DSCMB2_KLadder_ETSI()
3336 HAL_DSCMB_KL_Input(eKLEng, (KLCfg->u32Level-i-1), KLCfg->pu8KeyKLIn+(16*i)); in _MDrv_DSCMB2_KLadder_ETSI()
3545 HAL_DSCMB_KL_Input(eKLEng, (KLCfg->u32Level-i-1), KLCfg->pu8KeyKLIn+(16*i));
3609 HAL_DSCMB_KL_Input(eKLEng, (u32Step2Level-i-1), KLCfg->pu8KeyKLIn+(16*i));
4922 if ((KLCfg->u32Level != 0) && (NULL == KLCfg->pu8KeyKLIn))
4952 HAL_DSCMB_KL_Input(eKLEng, 0, KLCfg->pu8KeyKLIn);
4958 HAL_DSCMB_KL_Input(eKLEng, (4 - i), KLCfg->pu8KeyKLIn+(16*i));
4965 HAL_DSCMB_KL_Input(eKLEng, (KLCfg->u32Level-i-1), KLCfg->pu8KeyKLIn+(16*i));
4976 if(FALSE == HAL_DSCMB_KL_TA_EncCW(eKLEng, KLCfg->pu8KeyKLIn+(16*(KLCfg->u32Level-1)) ))