Searched defs:current_slot (Results 1 - 1 of 1) sorted by relevance
/solaris-userland-s11u3/components/openssl/common/engines/pkcs11/ |
H A D | e_pk11.c | 319 CK_SLOT_ID current_slot, int *current_slot_n_cipher, 322 CK_SLOT_ID current_slot, int *current_slot_n_digest, 3035 CK_SLOT_ID current_slot = 0; local 3085 current_slot = pSlotList[i]; 3089 rv = pFuncList->C_GetTokenInfo(current_slot, &token_info); 3101 rand_SLOTID = current_slot; 3114 current_slot = pSlotList[i]; 3117 rv = pFuncList->C_GetTokenInfo(current_slot, &token_info); 3129 rv = pFuncList->C_GetMechanismInfo(current_slot, CKM_RSA_PKCS, 3139 rv = pFuncList->C_GetMechanismInfo(current_slot, 3387 pk11_find_symmetric_ciphers(CK_FUNCTION_LIST_PTR pflist, CK_SLOT_ID current_slot, int *current_slot_n_cipher, int *local_cipher_nids) argument 3400 pk11_find_digests(CK_FUNCTION_LIST_PTR pflist, CK_SLOT_ID current_slot, int *current_slot_n_digest, int *local_digest_nids) argument [all...] |
Completed in 23 milliseconds