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

  /hardware/ti/omap4xxx/security/tf_crypto_sst/
pkcs11_session.c 46 CK_RV PKCS11_EXPORT C_OpenSession(CK_SLOT_ID slotID, /* the slot's ID */
  /device/asus/grouper/keymaster/
pkcs11.h 383 CK_RV PKCS11_EXPORT C_OpenSession(
keymaster_grouper.cpp 122 CK_RV openSessionRV = C_OpenSession(CKV_TOKEN_USER,
943 CK_RV openSessionRV = C_OpenSession(CKV_TOKEN_USER,
  /device/asus/grouper/self-extractors/nvidia/staging/keymaster/
pkcs11.h 383 CK_RV PKCS11_EXPORT C_OpenSession(
keymaster_grouper.cpp 122 CK_RV openSessionRV = C_OpenSession(CKV_TOKEN_USER,
943 CK_RV openSessionRV = C_OpenSession(CKV_TOKEN_USER,
  /device/asus/tilapia/self-extractors/nvidia/staging/keymaster/
pkcs11.h 383 CK_RV PKCS11_EXPORT C_OpenSession(
keymaster_grouper.cpp 122 CK_RV openSessionRV = C_OpenSession(CKV_TOKEN_USER,
943 CK_RV openSessionRV = C_OpenSession(CKV_TOKEN_USER,
  /hardware/ti/omap4xxx/security/tf_sdk/include/
pkcs11.h 383 CK_RV PKCS11_EXPORT C_OpenSession(
  /external/openssh/
pkcs11.h 759 _CK_DECLARE_FUNCTION (C_OpenSession,
    [all...]
ssh-pkcs11.c 363 if ((rv = f->C_OpenSession(p->slotlist[slotidx], CKF_RW_SESSION|
366 error("C_OpenSession failed: %lu", rv);

Completed in 47 milliseconds