Home
last modified time | relevance | path

Searched refs:metaslot_enabled (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Conf.c61 boolean_t metaslot_enabled = B_FALSE; variable
100 metaslot_enabled = B_FALSE; in setup_metaslot()
112 metaslot_enabled = B_FALSE; in setup_metaslot()
222 metaslot_enabled = B_FALSE; in setup_metaslot()
650 metaslot_enabled = B_TRUE; in pkcs11_slot_mapping()
658 metaslot_enabled in pkcs11_slot_mapping()
661 metaslot_enabled = metaslot_config.enabled; in pkcs11_slot_mapping()
710 if ((purefastpath || policyfastpath) && (!metaslot_enabled)) { in pkcs11_slot_mapping()
718 if (metaslot_enabled) { in pkcs11_slot_mapping()
H A DmetaSlotToken.c89 if (!metaslot_enabled) { in meta_GetSlotInfo()
139 if (!metaslot_enabled) { in meta_GetTokenInfo()
244 if (!metaslot_enabled) { in meta_GetMechanismList()
279 if (!metaslot_enabled) { in meta_GetMechanismInfo()
H A Dpkcs11SlotToken.c63 if ((purefastpath || policyfastpath) && (!metaslot_enabled)) { in C_GetSlotList()
95 ((!metaslot_enabled) || (i != metaslot_keystore_slotid))) { in C_GetSlotList()
145 if ((purefastpath || policyfastpath) && !metaslot_enabled) in C_GetSlotInfo()
179 if ((purefastpath || policyfastpath) && !metaslot_enabled) in C_GetTokenInfo()
600 if ((purefastpath || policyfastpath) && !metaslot_enabled) in C_GetMechanismList()
735 if ((purefastpath || policyfastpath) && !metaslot_enabled) in C_GetMechanismInfo()
785 if ((purefastpath || policyfastpath) && !metaslot_enabled) in C_InitToken()
H A Dpkcs11Session.c56 if (metaslot_enabled) { in C_OpenSession()
178 if (metaslot_enabled) { in C_CloseAllSessions()
263 if (metaslot_enabled) { in C_GetSessionInfo()
H A DmetaSession.c56 if (!metaslot_enabled) { in meta_OpenSession()
146 if (!metaslot_enabled) { in meta_CloseAllSessions()
H A Dpkcs11Slottable.c295 if (!metaslot_enabled) { in pkcs11_validate_and_convert_slotid()
H A DmetaGlobal.h554 extern boolean_t metaslot_enabled;