Home
last modified time | relevance | path

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

/hardware/ti/omap4xxx/security/tf_crypto_sst/
Dmtc.c64 uint32_t hCryptoSession; member
109 (pSession->hCryptoSession << 16 ) | in static_getMonotonicCounter()
218 pSession->hCryptoSession = sOperation.params[0].value.a; in SMonotonicCounterOpen()
253 (pSession->hCryptoSession << 16 ) | in SMonotonicCounterClose()
Dpkcs11_session.c214 pSession->hCryptoSession = sOperation.params[0].value.a; in C_OpenSession()
254 (pSession->hCryptoSession << 16) | in C_OpenSession()
317 hSession = pSession->hCryptoSession; in C_CloseSession()
322 (pSession->hCryptoSession << 16 ) | in C_CloseSession()
369 hSession = pSecSession->pPrimarySession->hCryptoSession; in C_CloseSession()
Dpkcs11_global.c142 return (pSession->hCryptoSession != CK_INVALID_HANDLE); in ckInternalSessionIsOpenedEx()
159 if (pSession->hCryptoSession == CK_INVALID_HANDLE) in ckInternalSessionIsOpenedEx()
Dpkcs11_internal.h106 uint32_t hCryptoSession; member
Dpkcs11_object.c79 *phSession = pSession->hCryptoSession; in static_checkPreConditionsAndUpdateHandles()
80 *phCommandIDAndSession = (pSession->hCryptoSession<<16)|(*phCommandIDAndSession&0x00007FFF); in static_checkPreConditionsAndUpdateHandles()
88 *phSession = pSecSession->pPrimarySession->hCryptoSession; in static_checkPreConditionsAndUpdateHandles()