Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaObjectManager.c559 slot_object_t *clone; in meta_object_dealloc()
622 meta_slot_object_alloc(slot_object_t **object) in meta_slot_object_alloc()
624 slot_object_t *new_object; in meta_slot_object_alloc()
680 slot_object_t **list_head; in meta_slot_object_deactivate()
726 slot_object_t *slot_object = NULL; in meta_object_copyin()
1250 slot_object_t *slot_object = NULL; in clone_by_wrap()
1254 slot_object_t *tmp_slot_obj = NULL; in clone_by_wrap()
1523 slot_object_t *newclone = NULL; in meta_object_get_clone()
1687 slot_object_t *slot_object; in meta_object_find_by_handle()
1726 slot_object_t *slot_object; in meta_object_find_by_handle()
[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.c47 slot_object_t *slot_object, generic_attr_t **attributes, in get_master_attributes_by_object()