Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Devp-pkcs11.c397 p11_module->C_CloseSession(p11ctx->hSession); in p11_cleanup()
475 rv = p11_module->C_CloseSession(p11ctx->hSession); in p11_md_cleanup()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dtest_soft_pkcs11.c223 ret = (*func->C_CloseSession)(session); in main()
H A Dsoftp11.c1160 C_CloseSession(CK_SESSION_HANDLE hSession) in C_CloseSession() function
1748 C_CloseSession,
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dpkcs11.h764 _CK_DECLARE_FUNCTION (C_CloseSession, (ck_session_handle_t session));
1020 CK_C_CloseSession C_CloseSession; member
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/pkcs11/
H A Dpkcs11.h1067 _CK_DECLARE_FUNCTION(C_CloseSession, (ck_session_handle_t session));
1276 CK_C_CloseSession C_CloseSession; member
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/ref/
H A Dpkcs11.h1080 _CK_DECLARE_FUNCTION (C_CloseSession, (ck_session_handle_t session));
1336 CK_C_CloseSession C_CloseSession; member
/netbsd-src/crypto/external/cpl/tpm-tools/dist/lib/
H A Dtpm_pkcs11.c349 rv = g_pFcnList->C_CloseSession( a_hSession ); in closeTokenSession()