Searched refs:pstFltKeySet (Results 1 – 2 of 2) sorted by relevance
425 DSCMB_FLTKEYSET * pstFltKeySet = (DSCMB_FLTKEYSET *)pu32Args; in DSCMBIoctl() local427 if(TRUE == _MDrv_DSCMB2_FltKeySet(pstFltKeySet->u32EngId, in DSCMBIoctl()428 pstFltKeySet->u32DscmbId, in DSCMBIoctl()429 pstFltKeySet->eKeyType, in DSCMBIoctl()430 pstFltKeySet->pu8Key)) in DSCMBIoctl()433 memcpy(pstInstPri->pCipherKey, pstFltKeySet->pu8Key, DSCMB_KEY_LENGTH); in DSCMBIoctl()434 pstInstPri->eKeyType = pstFltKeySet->eKeyType; in DSCMBIoctl()
441 DSCMB_FLTKEYSET * pstFltKeySet = (DSCMB_FLTKEYSET *)pu32Args; in DSCMBIoctl() local443 if(TRUE == _MDrv_DSCMB2_FltKeySet(pstFltKeySet->u32EngId, in DSCMBIoctl()444 pstFltKeySet->u32DscmbId, in DSCMBIoctl()445 pstFltKeySet->eKeyType, in DSCMBIoctl()446 pstFltKeySet->pu8Key)) in DSCMBIoctl()