Searched refs:C_CloseSession (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/bind9-45.101/bind9/bin/pkcs11/unix/
H A Dunix.c107 #define C_CloseSession isc_C_CloseSession macro
110 C_CloseSession(CK_SESSION_HANDLE hSession);
113 C_CloseSession(CK_SESSION_HANDLE hSession) function
119 sym = (CK_C_CloseSession)dlsym(hPK11, "C_CloseSession");
/macosx-10.10/bind9-45.101/bind9/bin/pkcs11/win32/
H A Dwin32.c200 #define C_CloseSession isc_C_CloseSession macro
203 C_CloseSession(CK_SESSION_HANDLE hSession) function
209 sym = (CK_C_CloseSession)GetProcAddress(hPK11, "C_CloseSession");
/macosx-10.10/bind9-45.101/bind9/bin/pkcs11/
H A Dpkcs11-destroy.c252 (void)C_CloseSession(hSession);
H A Dpkcs11-list.c270 (void)C_CloseSession(hSession);
H A Dpkcs11-keygen.c302 (void)C_CloseSession(hSession);
/macosx-10.10/Heimdal-398.1.2/lib/hx509/
H A Dtest_soft_pkcs11.c221 ret = (*func->C_CloseSession)(session);
H A Dsoftp11.c1142 C_CloseSession(CK_SESSION_HANDLE hSession) function
1725 C_CloseSession,
/macosx-10.10/OpenSSH-189/openssh/
H A Dssh-pkcs11.c101 (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);
H A Dpkcs11.h763 _CK_DECLARE_FUNCTION (C_CloseSession, (ck_session_handle_t session));
1019 CK_C_CloseSession C_CloseSession; member in struct:ck_function_list
/macosx-10.10/Heimdal-398.1.2/lib/hx509/ref/
H A Dpkcs11.h765 _CK_DECLARE_FUNCTION (C_CloseSession, (ck_session_handle_t session));
1021 CK_C_CloseSession C_CloseSession;
1019 CK_C_CloseSession C_CloseSession; member in struct:ck_function_list
/macosx-10.10/bind9-45.101/bind9/bin/pkcs11/include/
H A Dpkcs11f.h181 /* C_CloseSession closes a session between an application and a
183 CK_PKCS11_FUNCTION_INFO(C_CloseSession)

Completed in 112 milliseconds