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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSession.h99 } soft_session_t; typedef in typeref:struct:session
170 extern soft_session_t *soft_session_list;
179 CK_RV handle2session(CK_SESSION_HANDLE hSession, soft_session_t **session_p);
183 void soft_delete_all_objects_in_session(soft_session_t *sp, boolean_t force);
188 CK_RV soft_delete_session(soft_session_t *sp,
191 CK_RV soft_get_operationstate(soft_session_t *, CK_BYTE_PTR, CK_ULONG_PTR);
192 CK_RV soft_set_operationstate(soft_session_t *, CK_BYTE_PTR, CK_ULONG,
202 void soft_acquire_all_session_mutexes(soft_session_t *session_p);
203 void soft_release_all_session_mutexes(soft_session_t *session_p);

Completed in 58 milliseconds