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

  /hardware/ti/omap4xxx/security/tf_crypto_sst/
pkcs11_session.c 292 CK_RV PKCS11_EXPORT C_CloseSession(CK_SESSION_HANDLE hSession) /* the session's handle */
  /external/openssh/
ssh-pkcs11.c 101 (rv = p->function_list->C_CloseSession(
103 error("C_CloseSession failed: %lu", rv);
373 if ((rv = f->C_CloseSession(session)) != CKR_OK)
374 error("C_CloseSession failed: %lu", rv);
pkcs11.h 763 _CK_DECLARE_FUNCTION (C_CloseSession, (ck_session_handle_t session));
    [all...]
  /device/asus/grouper/keymaster/
pkcs11.h 390 CK_RV PKCS11_EXPORT C_CloseSession(
keymaster_grouper.cpp 139 CK_RV rv = C_CloseSession(mSubsession);
884 C_CloseSession(handle);
  /device/asus/grouper/self-extractors/nvidia/staging/keymaster/
pkcs11.h 390 CK_RV PKCS11_EXPORT C_CloseSession(
keymaster_grouper.cpp 139 CK_RV rv = C_CloseSession(mSubsession);
884 C_CloseSession(handle);
  /device/asus/tilapia/self-extractors/nvidia/staging/keymaster/
pkcs11.h 390 CK_RV PKCS11_EXPORT C_CloseSession(
keymaster_grouper.cpp 139 CK_RV rv = C_CloseSession(mSubsession);
884 C_CloseSession(handle);
  /hardware/ti/omap4xxx/security/tf_sdk/include/
pkcs11.h 390 CK_RV PKCS11_EXPORT C_CloseSession(

Completed in 37 milliseconds