Searched defs:best_number_of_mechs (Results 1 - 1 of 1) sorted by relevance

/solaris-userland/components/openssl/common/engines/pkcs11/
H A De_pk11.c304 int best_number_of_mechs, CK_SLOT_ID best_pubkey_slot_sofar);
2968 int best_number_of_mechs = 0; local
3024 rv, best_number_of_mechs, best_pubkey_slot_sofar);
3032 if (best_number_of_mechs == 0) {
3073 int best_number_of_mechs, CK_SLOT_ID best_pubkey_slot_sofar)
3140 if (current_number_of_mechs > best_number_of_mechs) {
3145 best_number_of_mechs = current_number_of_mechs;
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

Completed in 21 milliseconds