Home
last modified time | relevance | path

Searched refs:C_OpenSession (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dtest_soft_pkcs11.c124 ret = (*func->C_OpenSession)(slot, CKF_SERIAL_SESSION, in main()
H A Dsoftp11.c1128 C_OpenSession(CK_SLOT_ID slotID, in C_OpenSession() function
1747 C_OpenSession,
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dpkcs11.h760 _CK_DECLARE_FUNCTION (C_OpenSession,
1019 CK_C_OpenSession C_OpenSession; member
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/pkcs11/
H A Dpkcs11.h1064 _CK_DECLARE_FUNCTION(C_OpenSession,
1275 CK_C_OpenSession C_OpenSession; member
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/ref/
H A Dpkcs11.h1076 _CK_DECLARE_FUNCTION (C_OpenSession,
1335 CK_C_OpenSession C_OpenSession; member
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Devp-pkcs11.c234 rv = p11_module->C_OpenSession(pSlotList[i], CKF_SERIAL_SESSION, NULL, NULL, phSession); in p11_session_init()
/netbsd-src/crypto/external/cpl/tpm-tools/dist/lib/
H A Dtpm_pkcs11.c331 rv = g_pFcnList->C_OpenSession( g_tSlotId, a_tType, NULL, NULL, a_phSession ); in openTokenSession()