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

/solaris-userland/components/openssl/common/engines/pkcs11/
H A De_pk11.c299 static int pk11_choose_slots(int *any_slot_found);
1116 int any_slot_found; local
1205 if (pk11_choose_slots(&any_slot_found) == 0) {
1216 if (any_slot_found == 0) {
1589 * usable slot before so we don't need to check any_slot_found.
2958 pk11_choose_slots(int *any_slot_found) argument
2973 if (any_slot_found != NULL) {
2974 *any_slot_found = 0;
3052 if (any_slot_found != NULL) {
3053 *any_slot_found
[all...]

Completed in 33 milliseconds