Home
last modified time | relevance | path

Searched refs:slot_object (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaObject.c119 slot_object_t *slot_object = NULL; in meta_CreateObject() local
263 slot_object->hObject = hNewObject; in meta_CreateObject()
274 slot_object = NULL; in meta_CreateObject()
324 if (slot_object) in meta_CreateObject()
325 meta_slot_object_dealloc(slot_object); in meta_CreateObject()
737 slot_object_t *slot_object; in meta_SetAttributeValue() local
900 slot_object->hObject, object); in meta_SetAttributeValue()
983 slot_object_t *slot_object; in process_find_results() local
997 slot_object->hObject = results[i]; in process_find_results()
1004 slot_object->hObject, object); in process_find_results()
[all …]
H A DmetaObjectManager.c726 slot_object_t *slot_object = NULL; in meta_object_copyin() local
1250 slot_object_t *slot_object = NULL; in clone_by_wrap() local
1687 slot_object_t *slot_object; in meta_object_find_by_handle() local
1691 slot_object = tmp_obj->clones[slotnum]; in meta_object_find_by_handle()
1692 if (slot_object != NULL) { in meta_object_find_by_handle()
1726 slot_object_t *slot_object; in meta_object_find_by_handle() local
1729 slot_object = tmp_obj->clones[slotnum]; in meta_object_find_by_handle()
1730 if (slot_object != NULL) { in meta_object_find_by_handle()
1731 if (slot_object->hObject == hObject) in meta_object_find_by_handle()
2017 slot_object_t *slot_object = NULL; in meta_freeobject_clone_maker() local
[all …]
H A DmetaAttrManager.c47 slot_object_t *slot_object, generic_attr_t **attributes, in get_master_attributes_by_object() argument
60 session->hSession, slot_object->hObject, &attr, 1); in get_master_attributes_by_object()
87 session->hSession, slot_object->hObject, &attr, 1); in get_master_attributes_by_object()
H A DmetaUtil.c517 slot_object_t *slot_object = NULL; in meta_do_operation() local
650 slot_session->slotnum, slot_session, &slot_object); in meta_do_operation()
653 slot_object->hObject); in meta_do_operation()
H A DmetaGlobal.h665 slot_object_t *slot_object, generic_attr_t **attributes,