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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSession.c139 C_CloseAllSessions(CK_SLOT_ID slotID) function
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Session.c157 * C_CloseAllSessions will close all sessions associated with this
160 * has not implemented C_CloseAllSessions, then we will loop through
164 C_CloseAllSessions(CK_SLOT_ID slotID) function
187 return (fast_funcs->C_CloseAllSessions(
190 return (fast_funcs->C_CloseAllSessions(slotID));
202 rv = FUNCLIST(fw_st_id)->C_CloseAllSessions(true_id);
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelSession.c136 C_CloseAllSessions(CK_SLOT_ID slotID) function
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dapi_interface.c393 C_CloseAllSessions(CK_SLOT_ID slotID) function
1260 PK11_Functions.C_CloseAllSessions = C_CloseAllSessions;

Completed in 64 milliseconds