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

/freebsd-11-stable/crypto/heimdal/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,
/freebsd-11-stable/crypto/openssh/
H A Dssh-pkcs11.c103 (rv = p->function_list->C_CloseSession(
105 error("C_CloseSession failed: %lu", rv);
384 if ((rv = f->C_CloseSession(session)) != CKR_OK)
385 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
/freebsd-11-stable/crypto/heimdal/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

Completed in 127 milliseconds