Lines Matching defs:slots
164 * Get a list of capable slots.
167 * the list of capable slots is already retrieved. We can save
168 * some processing, and just use that list of slots.
186 /* Attempt to initialize operation on slots until one succeeds. */
848 * Gets the list of slots that supports the specified mechanism.
853 * Otherwise, get list of all slots that support the mech.
859 mechinfo_t ***slots, unsigned long *slot_count, boolean_t token_only,
881 * keystore slot, we will look at other slots
884 *slots = mech_support_info->supporting_slots;
891 * Get a list of slots that support this mech .
894 * the list of capable slots is already retrieved.
895 * We can save some processing, and just use that list of slots.
906 *slots = mech_support_info->supporting_slots;
926 mechinfo_t **slots = NULL;
1017 &(session->mech_support_info), &slots, &slotCount, token_only,
1030 /* Attempt to generate key on slots until one succeeds. */
1037 slotnum = slots[i]->slotnum;
1194 mechinfo_t **slots = NULL;
1205 &(session->mech_support_info), &slots, &slotCount,
1212 /* Attempt to wrap key on slots until one succeeds. */
1215 slotnum = slots[i]->slotnum;
1310 mechinfo_t **slots = NULL;
1328 &(session->mech_support_info), &slots, &slotCount,
1340 /* Attempt to unwrap key on slots until one succeeds. */
1343 slotnum = slots[i]->slotnum;
1467 mechinfo_t **slots = NULL;
1510 &(session->mech_support_info), &slots, &slot_count,
1538 slotnum = slots[i]->slotnum;