Home
last modified time | relevance | path

Searched refs:fast_slot (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Keys.c50 pkcs11_is_dismech(fast_slot, pMechanism->mechanism)) { in C_GenerateKey()
108 pkcs11_is_dismech(fast_slot, pMechanism->mechanism)) { in C_GenerateKeyPair()
167 pkcs11_is_dismech(fast_slot, pMechanism->mechanism)) { in C_WrapKey()
224 pkcs11_is_dismech(fast_slot, pMechanism->mechanism)) { in C_UnwrapKey()
281 pkcs11_is_dismech(fast_slot, pMechanism->mechanism)) { in C_DeriveKey()
H A Dpkcs11Rand.c49 slottable->st_slots[fast_slot]->sl_norandom) { in C_SeedRandom()
102 slottable->st_slots[fast_slot]->sl_norandom) { in C_GenerateRandom()
H A Dpkcs11Sign.c52 pkcs11_is_dismech(fast_slot, pMechanism->mechanism)) { in C_SignInit()
229 pkcs11_is_dismech(fast_slot, pMechanism->mechanism)) { in C_SignRecoverInit()
H A Dpkcs11Verify.c51 pkcs11_is_dismech(fast_slot, pMechanism->mechanism)) { in C_VerifyInit()
227 pkcs11_is_dismech(fast_slot, pMechanism->mechanism)) { in C_VerifyRecoverInit()
H A Dpkcs11Global.h44 extern CK_SLOT_ID fast_slot;
H A Dpkcs11Crypt.c53 pkcs11_is_dismech(fast_slot, pMechanism->mechanism)) { in C_EncryptInit()
236 pkcs11_is_dismech(fast_slot, pMechanism->mechanism)) { in C_DecryptInit()
H A Dpkcs11Digest.c51 pkcs11_is_dismech(fast_slot, pMechanism->mechanism)) { in C_DigestInit()
H A Dpkcs11Conf.c60 CK_SLOT_ID fast_slot = 0; variable
703 fast_slot = slottable->st_first; in pkcs11_slot_mapping()
H A Dpkcs11SlotToken.c616 slotID = fast_slot; in C_GetMechanismList()
750 slotID = fast_slot; in C_GetMechanismInfo()
H A Dpkcs11General.c399 fast_slot = 0; in finalize_common()