Searched refs:fast_slot (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | pkcs11Keys.c | 52 pkcs11_is_dismech(fast_slot, pMechanism->mechanism)) { in C_GenerateKey() 110 pkcs11_is_dismech(fast_slot, pMechanism->mechanism)) { in C_GenerateKeyPair() 169 pkcs11_is_dismech(fast_slot, pMechanism->mechanism)) { in C_WrapKey() 226 pkcs11_is_dismech(fast_slot, pMechanism->mechanism)) { in C_UnwrapKey() 283 pkcs11_is_dismech(fast_slot, pMechanism->mechanism)) { in C_DeriveKey()
|
H A D | pkcs11Rand.c | 51 slottable->st_slots[fast_slot]->sl_norandom) { in C_SeedRandom() 104 slottable->st_slots[fast_slot]->sl_norandom) { in C_GenerateRandom()
|
H A D | pkcs11Global.h | 46 extern CK_SLOT_ID fast_slot;
|
H A D | pkcs11Sign.c | 54 pkcs11_is_dismech(fast_slot, pMechanism->mechanism)) { in C_SignInit() 231 pkcs11_is_dismech(fast_slot, pMechanism->mechanism)) { in C_SignRecoverInit()
|
H A D | pkcs11Verify.c | 53 pkcs11_is_dismech(fast_slot, pMechanism->mechanism)) { in C_VerifyInit() 229 pkcs11_is_dismech(fast_slot, pMechanism->mechanism)) { in C_VerifyRecoverInit()
|
H A D | pkcs11Crypt.c | 55 pkcs11_is_dismech(fast_slot, pMechanism->mechanism)) { in C_EncryptInit() 238 pkcs11_is_dismech(fast_slot, pMechanism->mechanism)) { in C_DecryptInit()
|
H A D | pkcs11Digest.c | 53 pkcs11_is_dismech(fast_slot, pMechanism->mechanism)) { in C_DigestInit()
|
H A D | pkcs11Conf.c | 60 CK_SLOT_ID fast_slot = 0; variable 703 fast_slot = slottable->st_first; in pkcs11_slot_mapping()
|
H A D | pkcs11General.c | 399 fast_slot = 0; in finalize_common()
|
H A D | pkcs11SlotToken.c | 616 slotID = fast_slot; in C_GetMechanismList() 750 slotID = fast_slot; in C_GetMechanismInfo()
|