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

  /hardware/ti/omap4-aah/security/tf_crypto_sst/
pkcs11_internal.h 125 uint32_t hSecondaryCryptoSession;
pkcs11_global.c 165 return (pSecSession->hSecondaryCryptoSession != CK_INVALID_HANDLE);
pkcs11_session.c 266 pSecondarySession->hSecondaryCryptoSession = sOperation.params[0].value.a;
364 uint32_t nCommandID = ( (pSecSession->hSecondaryCryptoSession & 0xFFFF) << 16 ) |
pkcs11_object.c 89 *phCommandIDAndSession = (pSecSession->hSecondaryCryptoSession<<16)|(1<<15)|(*phCommandIDAndSession&0x00007FFF);
    [all...]
  /hardware/ti/omap4xxx/security/tf_crypto_sst/
pkcs11_internal.h 125 uint32_t hSecondaryCryptoSession;
pkcs11_global.c 165 return (pSecSession->hSecondaryCryptoSession != CK_INVALID_HANDLE);
pkcs11_session.c 266 pSecondarySession->hSecondaryCryptoSession = sOperation.params[0].value.a;
364 uint32_t nCommandID = ( (pSecSession->hSecondaryCryptoSession & 0xFFFF) << 16 ) |
pkcs11_object.c 89 *phCommandIDAndSession = (pSecSession->hSecondaryCryptoSession<<16)|(1<<15)|(*phCommandIDAndSession&0x00007FFF);
    [all...]

Completed in 235 milliseconds