Searched refs:ckInternalSessionIsOpenedEx (Results 1 – 8 of 8) sorted by relevance
/hardware/ti/omap4-aah/security/tf_crypto_sst/ |
D | pkcs11_internal.h | 135 bool ckInternalSessionIsOpenedEx(S_HANDLE hSession, bool* pBoolIsPrimarySession);
|
D | pkcs11_session.c | 223 if ((!ckInternalSessionIsOpenedEx(*phSession, &bIsPrimarySession)) || in C_OpenSession() 306 if (!ckInternalSessionIsOpenedEx(hSession, &bIsPrimarySession)) in C_CloseSession()
|
D | pkcs11_global.c | 126 bool ckInternalSessionIsOpenedEx(S_HANDLE hSession, bool* pBoolIsPrimarySession) in ckInternalSessionIsOpenedEx() function
|
D | pkcs11_object.c | 69 if (!ckInternalSessionIsOpenedEx(*phSession, &bIsPrimarySession)) in static_checkPreConditionsAndUpdateHandles()
|
/hardware/ti/omap4xxx/security/tf_crypto_sst/ |
D | pkcs11_internal.h | 135 bool ckInternalSessionIsOpenedEx(S_HANDLE hSession, bool* pBoolIsPrimarySession);
|
D | pkcs11_session.c | 223 if ((!ckInternalSessionIsOpenedEx(*phSession, &bIsPrimarySession)) || in C_OpenSession() 306 if (!ckInternalSessionIsOpenedEx(hSession, &bIsPrimarySession)) in C_CloseSession()
|
D | pkcs11_global.c | 126 bool ckInternalSessionIsOpenedEx(S_HANDLE hSession, bool* pBoolIsPrimarySession) in ckInternalSessionIsOpenedEx() function
|
D | pkcs11_object.c | 69 if (!ckInternalSessionIsOpenedEx(*phSession, &bIsPrimarySession)) in static_checkPreConditionsAndUpdateHandles()
|