Searched refs:hSession (Results 1 – 5 of 5) sorted by relevance
/hardware/ti/omap4xxx/security/tf_sdk/include/ |
D | pkcs11.h | 333 CK_SESSION_HANDLE hSession, 391 CK_SESSION_HANDLE hSession); 394 CK_SESSION_HANDLE hSession, 400 CK_SESSION_HANDLE hSession); 403 CK_SESSION_HANDLE hSession, 409 CK_SESSION_HANDLE hSession, 413 CK_SESSION_HANDLE hSession, 419 CK_SESSION_HANDLE hSession, 424 CK_SESSION_HANDLE hSession, 430 CK_SESSION_HANDLE hSession); [all …]
|
/hardware/ti/omap4xxx/security/tf_crypto_sst/ |
D | pkcs11_object.c | 256 CK_SESSION_HANDLE hSession, in static_C_CallInit() argument 268 …nErrorCode = static_checkPreConditionsAndUpdateHandles(&hSession, &nCommandIDAndSession, &pSession… in static_C_CallInit() 321 CK_SESSION_HANDLE hSession, in static_C_CallForSingle() argument 338 …nErrorCode = static_checkPreConditionsAndUpdateHandles(&hSession, &nCommandIDAndSession, &pSession… in static_C_CallForSingle() 418 CK_SESSION_HANDLE hSession, in static_C_CallUpdate() argument 436 …nErrorCode = static_checkPreConditionsAndUpdateHandles(&hSession, &nCommandIDAndSession, &pSession… in static_C_CallUpdate() 517 CK_SESSION_HANDLE hSession, in static_C_CallSplitUpdate() argument 560 hSession, in static_C_CallSplitUpdate() 593 CK_SESSION_HANDLE hSession, in static_C_Call_CallForUpdate() argument 623 hSession, in static_C_Call_CallForUpdate() [all …]
|
D | pkcs11_session.c | 292 CK_RV PKCS11_EXPORT C_CloseSession(CK_SESSION_HANDLE hSession) /* the session's handle */ in C_CloseSession() argument 306 if (!ckInternalSessionIsOpenedEx(hSession, &bIsPrimarySession)) in C_CloseSession() 315 PPKCS11_PRIMARY_SESSION_CONTEXT pSession = (PPKCS11_PRIMARY_SESSION_CONTEXT)hSession; in C_CloseSession() 317 hSession = pSession->hCryptoSession; in C_CloseSession() 361 PPKCS11_SECONDARY_SESSION_CONTEXT pSecSession = (PPKCS11_SECONDARY_SESSION_CONTEXT)hSession; in C_CloseSession() 369 hSession = pSecSession->pPrimarySession->hCryptoSession; in C_CloseSession() 401 CK_RV PKCS11_EXPORT C_Login(CK_SESSION_HANDLE hSession, /* the session's handle */ in C_Login() argument 407 do{(void)hSession;}while(0); in C_Login() 415 CK_RV PKCS11_EXPORT C_Logout(CK_SESSION_HANDLE hSession) /* the session's handle */ in C_Logout() argument 417 do{(void)hSession;}while(0); in C_Logout()
|
D | pkcs11_global.c | 126 bool ckInternalSessionIsOpenedEx(S_HANDLE hSession, bool* pBoolIsPrimarySession) in ckInternalSessionIsOpenedEx() argument 128 PPKCS11_SESSION_CONTEXT_HEADER pHeader = (PPKCS11_SESSION_CONTEXT_HEADER)hSession; in ckInternalSessionIsOpenedEx()
|
D | pkcs11_internal.h | 135 bool ckInternalSessionIsOpenedEx(S_HANDLE hSession, bool* pBoolIsPrimarySession);
|