Lines Matching defs:slot
37 * quickly. Each element also contains the mechanism data for each slot.
80 * by the slot manager.
100 * Called from C_Finalize. Deallocates any storage held by the slot manager.
139 * Update slot info. Ignore any errors.
154 * because some mechs may not currently be supported on any slot.
285 CK_ULONG slot, num_slots;
308 for (slot = 0; slot < num_slots; slot++) {
309 if (force_refresh || !mechlist[index].slots[slot].initialized) {
310 rv = update_slotmech(mech, slot, index);
312 /* Ignore error and continue with next slot. */
328 * Updates a slot in the mechlist. Called by C_GetMechanismList
370 * filter the list of mechanisms returned by the underlying slot
437 * Updates the information for a particular mechanism for a particular slot.
458 * of the specified slot. If so, we can immediately conclude
459 * that it is not supported by the specified slot.
479 /* record that the mechanism isn't supported for the slot */
640 * Check if the specified mechanism is supported by the specified slot.
643 * the slot.