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

/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsSession.h103 } kms_session_t; typedef in typeref:struct:session
116 kms_session_t *first; /* points to the first session in the list */
117 kms_session_t *last; /* points to the last session in the list */
164 handle2session(CK_SESSION_HANDLE hSession, kms_session_t **session_p);
170 kms_delete_all_objects_in_session(kms_session_t *sp,
178 kms_delete_session(kms_session_t *sp,
182 kms_session_delay_free(kms_session_t *sp);

Completed in 68 milliseconds