Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dscmb/drv/dscmb/
H A Ddscmb.c395 DSCMB_FLTIVSET * pstFltIVSet = (DSCMB_FLTIVSET *)pu32Args; in DSCMBIoctl() local
397 if(TRUE == _MDrv_DSCMB2_FltIVSet(pstFltIVSet->u32EngId, in DSCMBIoctl()
398 pstFltIVSet->u32DscmbId, in DSCMBIoctl()
399 pstFltIVSet->eKeyType, in DSCMBIoctl()
400 pstFltIVSet->pu8IV)) in DSCMBIoctl()
405 memcpy(pstInstPri->pInitVector, pstFltIVSet->pu8IV, DSCMB_IV_LENGTH); in DSCMBIoctl()
406 pstInstPri->eKeyType = pstFltIVSet->eKeyType; in DSCMBIoctl()
/utopia/UTPA2-700.0.x/modules/dscmb/drv/dscmb2/
H A DmdrvDSCMB.c472 DSCMB_FLTIVSET * pstFltIVSet = (DSCMB_FLTIVSET *)pu32Args; in DSCMBIoctl() local
474 if(TRUE == _MDrv_DSCMB2_FltIVSet(pstFltIVSet->u32EngId, in DSCMBIoctl()
475 pstFltIVSet->u32DscmbId, in DSCMBIoctl()
476 pstFltIVSet->eKeyType, in DSCMBIoctl()
477 pstFltIVSet->pu8IV)) in DSCMBIoctl()