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

/solaris-userland-s11u3/components/openssl/common/engines/pkcs11/
H A De_pk11.c317 static int pk11_choose_slots(int *any_slot_found);
1119 int any_slot_found; local
1219 if (pk11_choose_slots(&any_slot_found) == 0)
1229 if (any_slot_found == 0)
1613 * usable slot before so we don't need to check any_slot_found.
3023 pk11_choose_slots(int *any_slot_found) argument
3043 if (any_slot_found != NULL)
3044 *any_slot_found = 0;
3288 if (any_slot_found != NULL)
3289 *any_slot_found
[all...]

Completed in 20 milliseconds