Home
last modified time | relevance | path

Searched refs:pstFltKeySet (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/dscmb/drv/dscmb/
H A Ddscmb.c425 DSCMB_FLTKEYSET * pstFltKeySet = (DSCMB_FLTKEYSET *)pu32Args; in DSCMBIoctl() local
427 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()
/utopia/UTPA2-700.0.x/modules/dscmb/drv/dscmb2/
H A DmdrvDSCMB.c441 DSCMB_FLTKEYSET * pstFltKeySet = (DSCMB_FLTKEYSET *)pu32Args; in DSCMBIoctl() local
443 if(TRUE == _MDrv_DSCMB2_FltKeySet(pstFltKeySet->u32EngId, in DSCMBIoctl()
444 pstFltKeySet->u32DscmbId, in DSCMBIoctl()
445 pstFltKeySet->eKeyType, in DSCMBIoctl()
446 pstFltKeySet->pu8Key)) in DSCMBIoctl()