Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaObjectManager.c234 new_object->clones = calloc(num_slots, sizeof (slot_object_t *)); in meta_object_alloc()
558 slot_object_t *clone; in meta_object_dealloc()
620 meta_slot_object_alloc(slot_object_t **object) { in meta_slot_object_alloc()
621 slot_object_t *new_object; in meta_slot_object_alloc()
623 new_object = calloc(1, sizeof (slot_object_t)); in meta_slot_object_alloc()
636 meta_slot_object_activate(slot_object_t *object, in meta_slot_object_activate()
675 meta_slot_object_deactivate(slot_object_t *object) in meta_slot_object_deactivate()
677 slot_object_t **list_head; in meta_slot_object_deactivate()
703 meta_slot_object_dealloc(slot_object_t *object) in meta_slot_object_dealloc()
723 slot_object_t *slot_object = NULL; in meta_object_copyin()
[all …]
H A DmetaGlobal.h230 typedef struct slotobject slot_object_t; typedef
253 slot_object_t *object_list_head;
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 **clone);
665 slot_object_t *slot_object, generic_attr_t **attributes,
H A DmetaObject.c119 slot_object_t *slot_object = NULL; in meta_CreateObject()
350 slot_object_t *dst_slot_object = NULL; in meta_CopyObject()
352 slot_object_t *src_slot_object; in meta_CopyObject()
737 slot_object_t *slot_object; in meta_SetAttributeValue()
845 slot_object_t *clone = object->clones[slotnum]; in meta_SetAttributeValue()
983 slot_object_t *slot_object; in process_find_results()
H A DmetaUtil.c188 slot_object_t *init_key; in meta_operation_init()
332 slot_object_t *init_key; in meta_operation_init_softtoken()
517 slot_object_t *slot_object = NULL; in meta_do_operation()
925 slot_object_t *slot_key1 = NULL, *slot_key2 = NULL; in meta_generate_keys()
1193 slot_object_t *slot_wrappingkey, *slot_inputkey; in meta_wrap_key()
1309 slot_object_t *slot_unwrappingkey, *slot_unwrapped_key; in meta_unwrap_key()
1470 slot_object_t *slot_basekey1 = NULL, *slot_basekey2 = NULL; in meta_derive_key()
1471 slot_object_t *slotkey1 = NULL, *slotkey2 = NULL, *slotkey3 = NULL, in meta_derive_key()
H A DmetaSession.c360 slot_object_t *enc_key_obj = NULL, *auth_key_obj = NULL; in meta_set_opstate()
H A DmetaAttrManager.c46 slot_object_t *slot_object, generic_attr_t **attributes, in get_master_attributes_by_object()