Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dscmb/drv/dscmb/
H A Ddscmb.c202 DSCMB_INSTANT_PRIVATE* psDscmbInstPri = NULL; in DSCMBOpen() local
203 UtopiaInstanceGetPrivate(*ppInstance, (void**)&psDscmbInstPri); in DSCMBOpen()
204 memset(&psDscmbInstPri->pInitVector, 0x0, DSCMB_IV_LENGTH); in DSCMBOpen()
205 memset(&psDscmbInstPri->pCipherKey, 0x0, DSCMB_KEY_LENGTH); in DSCMBOpen()
/utopia/UTPA2-700.0.x/modules/dscmb/drv/dscmb2/
H A DmdrvDSCMB.c208 DSCMB_INSTANT_PRIVATE* psDscmbInstPri = NULL; in DSCMBOpen() local
217 UtopiaInstanceGetPrivate(*ppInstance, (void**)&psDscmbInstPri); in DSCMBOpen()