Home
last modified time | relevance | path

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

/hardware/ti/omap4-aah/security/tf_crypto_sst/
Dpkcs11_session.c61 bool bIsPrimarySession; in C_OpenSession() local
223 if ((!ckInternalSessionIsOpenedEx(*phSession, &bIsPrimarySession)) || in C_OpenSession()
224 (!bIsPrimarySession)) in C_OpenSession()
298 bool bIsPrimarySession; in C_CloseSession() local
306 if (!ckInternalSessionIsOpenedEx(hSession, &bIsPrimarySession)) in C_CloseSession()
311 if (bIsPrimarySession) in C_CloseSession()
Dpkcs11_object.c55 bool bIsPrimarySession; in static_checkPreConditionsAndUpdateHandles() local
69 if (!ckInternalSessionIsOpenedEx(*phSession, &bIsPrimarySession)) in static_checkPreConditionsAndUpdateHandles()
74 if (bIsPrimarySession) in static_checkPreConditionsAndUpdateHandles()
/hardware/ti/omap4xxx/security/tf_crypto_sst/
Dpkcs11_session.c61 bool bIsPrimarySession; in C_OpenSession() local
223 if ((!ckInternalSessionIsOpenedEx(*phSession, &bIsPrimarySession)) || in C_OpenSession()
224 (!bIsPrimarySession)) in C_OpenSession()
298 bool bIsPrimarySession; in C_CloseSession() local
306 if (!ckInternalSessionIsOpenedEx(hSession, &bIsPrimarySession)) in C_CloseSession()
311 if (bIsPrimarySession) in C_CloseSession()
Dpkcs11_object.c55 bool bIsPrimarySession; in static_checkPreConditionsAndUpdateHandles() local
69 if (!ckInternalSessionIsOpenedEx(*phSession, &bIsPrimarySession)) in static_checkPreConditionsAndUpdateHandles()
74 if (bIsPrimarySession) in static_checkPreConditionsAndUpdateHandles()