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

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

Completed in 698 milliseconds