Searched defs:current_slot (Results 1 - 1 of 1) sorted by relevance
/solaris-userland/components/openssl/common/engines/pkcs11/ |
H A D | e_pk11.c | 301 CK_SLOT_ID current_slot); 303 CK_TOKEN_INFO token_info, CK_SLOT_ID current_slot, CK_RV rv, 307 CK_SLOT_ID current_slot); 309 CK_SLOT_ID current_slot, int *current_slot_n_cipher, 312 CK_SLOT_ID current_slot, int *current_slot_n_digest, 2967 CK_SLOT_ID current_slot = 0; local 3010 current_slot = pSlotList[i]; 3012 current_slot); 3013 rv = pFuncList->C_GetTokenInfo(current_slot, &token_info); 3021 pk11_choose_rand_slot(token_info, current_slot); 3059 pk11_choose_rand_slot(CK_TOKEN_INFO token_info, CK_SLOT_ID current_slot) argument 3071 pk11_choose_pubkey_slot(CK_MECHANISM_INFO mech_info, CK_TOKEN_INFO token_info, CK_SLOT_ID current_slot, CK_RV rv, int best_number_of_mechs, CK_SLOT_ID best_pubkey_slot_sofar) argument 3157 pk11_choose_cipher_digest(int *local_cipher_nids, int *local_digest_nids, CK_FUNCTION_LIST_PTR pflist, CK_SLOT_ID current_slot) argument 3263 pk11_find_symmetric_ciphers(CK_FUNCTION_LIST_PTR pflist, CK_SLOT_ID current_slot, int *current_slot_n_cipher, int *local_cipher_nids) argument 3276 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 20 milliseconds