Home
last modified time | relevance | path

Searched refs:hSecondaryCryptoSession (Results 1 – 4 of 4) sorted by relevance

/hardware/ti/omap4xxx/security/tf_crypto_sst/
Dpkcs11_internal.h125 uint32_t hSecondaryCryptoSession; member
Dpkcs11_session.c266 pSecondarySession->hSecondaryCryptoSession = sOperation.params[0].value.a; in C_OpenSession()
364 uint32_t nCommandID = ( (pSecSession->hSecondaryCryptoSession & 0xFFFF) << 16 ) | in C_CloseSession()
Dpkcs11_global.c165 return (pSecSession->hSecondaryCryptoSession != CK_INVALID_HANDLE); in ckInternalSessionIsOpenedEx()
Dpkcs11_object.c89 …*phCommandIDAndSession = (pSecSession->hSecondaryCryptoSession<<16)|(1<<15)|(*phCommandIDAndSessio… in static_checkPreConditionsAndUpdateHandles()