Searched defs:C_Logout (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSession.c406 C_Logout(CK_SESSION_HANDLE hSession) function
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Session.c427 * C_Logout is a pure wrapper to the underlying provider.
431 C_Logout(CK_SESSION_HANDLE hSession) function
438 return (fast_funcs->C_Logout(hSession));
452 rv = FUNCLIST(sessp->se_slotid)->C_Logout(sessp->se_handle);
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelSession.c532 C_Logout(CK_SESSION_HANDLE hSession) function
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dapi_interface.c1265 PK11_Functions.C_Logout = C_Logout;
1737 C_Logout(CK_SESSION_HANDLE hSession) function

Completed in 85 milliseconds