Searched refs:CKU_PUBLIC (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsSlot.h33 #define CKU_PUBLIC 2 /* default session auth. state */ macro
H A DkmsSlottable.c51 slotinfo->sl_state = CKU_PUBLIC;
H A DkmsSession.c153 if (pslot->sl_state == CKU_PUBLIC) {
338 if (pslot->sl_state == CKU_PUBLIC) {
354 pslot->sl_state = CKU_PUBLIC;
H A DkmsSessionUtil.c315 * session state to CKU_PUBLIC. Also, clean up all the token object
325 pslot->sl_state = CKU_PUBLIC;
/osnet-11/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelSlot.h35 #define CKU_PUBLIC 2 /* default session auth. state */ macro
H A DkernelSession.c160 if (pslot->sl_state == CKU_PUBLIC) {
570 if (pslot->sl_state == CKU_PUBLIC) {
599 pslot->sl_state = CKU_PUBLIC;
H A DkernelSlottable.c201 slot_table[i]->sl_state = CKU_PUBLIC;
H A DkernelSessionUtil.c375 * session state to CKU_PUBLIC. Also, clean up all the token object
385 pslot->sl_state = CKU_PUBLIC;

Completed in 53 milliseconds