Home
last modified time | relevance | path

Searched refs:CKU_PUBLIC (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelSlot.h36 #define CKU_PUBLIC 2 /* default session auth. state */ macro
H A DkernelSession.c160 if (pslot->sl_state == CKU_PUBLIC) { in get_ses_state()
557 if (pslot->sl_state == CKU_PUBLIC) { in C_Logout()
586 pslot->sl_state = CKU_PUBLIC; in C_Logout()
H A DkernelSlottable.c201 slot_table[i]->sl_state = CKU_PUBLIC; in kernel_slottable_init()
H A DkernelSessionUtil.c372 pslot->sl_state = CKU_PUBLIC; in kernel_delete_session()