HomeSort by relevance Sort by last modified time
    Searched refs:hCryptoSession (Results 1 - 10 of 10) sorted by null

  /hardware/ti/omap4-aah/security/tf_crypto_sst/
mtc.c 64 uint32_t hCryptoSession;
109 (pSession->hCryptoSession << 16 ) |
218 pSession->hCryptoSession = sOperation.params[0].value.a;
253 (pSession->hCryptoSession << 16 ) |
pkcs11_internal.h 106 uint32_t hCryptoSession;
pkcs11_session.c 214 pSession->hCryptoSession = sOperation.params[0].value.a;
254 (pSession->hCryptoSession << 16) |
317 hSession = pSession->hCryptoSession;
322 (pSession->hCryptoSession << 16 ) |
369 hSession = pSecSession->pPrimarySession->hCryptoSession;
pkcs11_global.c 142 return (pSession->hCryptoSession != CK_INVALID_HANDLE);
159 if (pSession->hCryptoSession == CK_INVALID_HANDLE)
pkcs11_object.c 79 *phSession = pSession->hCryptoSession;
80 *phCommandIDAndSession = (pSession->hCryptoSession<<16)|(*phCommandIDAndSession&0x00007FFF);
88 *phSession = pSecSession->pPrimarySession->hCryptoSession;
    [all...]
  /hardware/ti/omap4xxx/security/tf_crypto_sst/
mtc.c 64 uint32_t hCryptoSession;
109 (pSession->hCryptoSession << 16 ) |
218 pSession->hCryptoSession = sOperation.params[0].value.a;
253 (pSession->hCryptoSession << 16 ) |
pkcs11_internal.h 106 uint32_t hCryptoSession;
pkcs11_session.c 214 pSession->hCryptoSession = sOperation.params[0].value.a;
254 (pSession->hCryptoSession << 16) |
317 hSession = pSession->hCryptoSession;
322 (pSession->hCryptoSession << 16 ) |
369 hSession = pSecSession->pPrimarySession->hCryptoSession;
pkcs11_global.c 142 return (pSession->hCryptoSession != CK_INVALID_HANDLE);
159 if (pSession->hCryptoSession == CK_INVALID_HANDLE)
pkcs11_object.c 79 *phSession = pSession->hCryptoSession;
80 *phCommandIDAndSession = (pSession->hCryptoSession<<16)|(*phCommandIDAndSession&0x00007FFF);
88 *phSession = pSecSession->pPrimarySession->hCryptoSession;
    [all...]

Completed in 68 milliseconds