Searched refs:hCryptoSession (Results 1 – 5 of 5) sorted by relevance
64 uint32_t hCryptoSession; member109 (pSession->hCryptoSession << 16 ) | in static_getMonotonicCounter()218 pSession->hCryptoSession = sOperation.params[0].value.a; in SMonotonicCounterOpen()253 (pSession->hCryptoSession << 16 ) | in SMonotonicCounterClose()
214 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()
142 return (pSession->hCryptoSession != CK_INVALID_HANDLE); in ckInternalSessionIsOpenedEx()159 if (pSession->hCryptoSession == CK_INVALID_HANDLE) in ckInternalSessionIsOpenedEx()
106 uint32_t hCryptoSession; member
79 *phSession = pSession->hCryptoSession; in static_checkPreConditionsAndUpdateHandles()80 *phCommandIDAndSession = (pSession->hCryptoSession<<16)|(*phCommandIDAndSession&0x00007FFF); in static_checkPreConditionsAndUpdateHandles()88 *phSession = pSecSession->pPrimarySession->hCryptoSession; in static_checkPreConditionsAndUpdateHandles()