Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/security/drv/cipher/
H A DmdrvCIPHER.c132 void* pModuleCipher = NULL; variable
167 UtopiaModuleCreate(MODULE_CIPHER, 8, &pModuleCipher); in CIPHERRegisterToUtopia()
169 UtopiaModuleRegister(pModuleCipher); in CIPHERRegisterToUtopia()
171 …UtopiaModuleSetupFunctionPtr(pModuleCipher, (FUtopiaOpen)CIPHEROpen, (FUtopiaClose)CIPHERClose, (F… in CIPHERRegisterToUtopia()
176 UtopiaResourceRegister(pModuleCipher, psResource, E_CIPHER_RESOURCE); in CIPHERRegisterToUtopia()
177 UtopiaModuleAddResourceEnd(pModuleCipher, E_CIPHER_RESOURCE); in CIPHERRegisterToUtopia()
179 if(UtopiaResourceObtain(pModuleCipher, E_CIPHER_RESOURCE, &psResource) != UTOPIA_STATUS_SUCCESS) in CIPHERRegisterToUtopia()
219 if(UtopiaResourceObtain(pModuleCipher, E_CIPHER_RESOURCE, &pstRes) != UTOPIA_STATUS_SUCCESS) in CIPHERIoctl()