Searched refs:slot_object_t (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaObjectManager.c234 new_object->clones = calloc(num_slots, sizeof (slot_object_t *));
558 slot_object_t *clone;
620 meta_slot_object_alloc(slot_object_t **object) {
621 slot_object_t *new_object;
623 new_object = calloc(1, sizeof (slot_object_t));
636 meta_slot_object_activate(slot_object_t *object,
675 meta_slot_object_deactivate(slot_object_t *object)
677 slot_object_t **list_head;
703 meta_slot_object_dealloc(slot_object_t *object)
723 slot_object_t *slot_objec
[all...]
H A DmetaGlobal.h230 typedef struct slotobject slot_object_t; typedef in typeref:struct:slotobject
253 slot_object_t *object_list_head;
258 * slot_object_t
404 slot_object_t **clones;
488 slot_object_t *tokenobject_list_head;
642 CK_RV meta_slot_object_alloc(slot_object_t **object);
643 void meta_slot_object_activate(slot_object_t *object, slot_session_t *session,
645 void meta_slot_object_deactivate(slot_object_t *object);
646 void meta_slot_object_dealloc(slot_object_t *object);
650 slot_object_t **clon
[all...]
H A DmetaUtil.c188 slot_object_t *init_key;
332 slot_object_t *init_key;
517 slot_object_t *slot_object = NULL;
925 slot_object_t *slot_key1 = NULL, *slot_key2 = NULL;
1193 slot_object_t *slot_wrappingkey, *slot_inputkey;
1309 slot_object_t *slot_unwrappingkey, *slot_unwrapped_key;
1470 slot_object_t *slot_basekey1 = NULL, *slot_basekey2 = NULL;
1471 slot_object_t *slotkey1 = NULL, *slotkey2 = NULL, *slotkey3 = NULL,
H A DmetaObject.c119 slot_object_t *slot_object = NULL;
350 slot_object_t *dst_slot_object = NULL;
352 slot_object_t *src_slot_object;
737 slot_object_t *slot_object;
845 slot_object_t *clone = object->clones[slotnum];
983 slot_object_t *slot_object;
H A DmetaAttrManager.c46 slot_object_t *slot_object, generic_attr_t **attributes,
H A DmetaSession.c360 slot_object_t *enc_key_obj = NULL, *auth_key_obj = NULL;

Completed in 71 milliseconds