Lines Matching defs:slot

549  * object from the underlying slot.
650 slot_data_t *slot;
652 slot = &(slots[object->creator_session->slotnum]);
654 (void) pthread_rwlock_wrlock(&slot->tokenobject_list_lock);
655 INSERT_INTO_LIST(slot->tokenobject_list_head, object);
656 (void) pthread_rwlock_unlock(&slot->tokenobject_list_lock);
667 * This set tells the slot object that we are in the token list,
679 * Remove the specified slot object from the appropriate object list.
689 slot_data_t *slot;
691 slot = &(slots[object->creator_session->slotnum]);
693 list_head = &slot->tokenobject_list_head;
694 list_lock = &slot->tokenobject_list_lock;
712 /* Not much cleanup for slot objects, unlike meta objects... */
1026 * first mechanism that's supported by the source slot.
1076 * and destination slot. If none of the mechanisms are supported
1077 * by both slot, then, select the first one supported by
1078 * the source slot.
1142 * if we are here, that means neither the source slot
1182 * by both source and destination slot.
1216 /* source slot support one of the secret key mechs */
1224 /* source slot support one of the RSA mechs */
1380 * if we know for sure that the destination slot doesn't
1382 * go directly to unwrap in source slot, and create key
1388 /* create the unwrapping key in destination slot */
1409 * destination slot.
1410 * Try to do the unwrap in the src slot so it becomes
1412 * and create the object in the destination slot
1518 * Creates a "clone" of a metaobject on the specified slot. A clone is a
1542 * in another slot
1562 * slot? If yes, and there's no clone, as indicated above,
1563 * that means this object can't be created in this slot.
1673 * on a particular slot.
1840 * the required flags and there is only one slot, then we don't need
1885 /* Get the slot that support this mech... */
1890 * If there is only one slot with the mech or the first slot in
1891 * the list is the keystore slot, we should bail.
1977 * if the slot being used is a keystore.
1979 * If the object is a token, but the slot is not the system keystore or has
2087 /* Get a slot session */