Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaObject.c119 slot_object_t *slot_object = NULL; in meta_CreateObject() local
138 rv = meta_slot_object_alloc(&slot_object); in meta_CreateObject()
263 slot_object->hObject = hNewObject; in meta_CreateObject()
264 object->clones[slot_num] = slot_object; in meta_CreateObject()
271 meta_slot_object_activate(slot_object, slot_session, 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
895 slot_object = object->clones[object->master_clone_slotnum]; in meta_SetAttributeValue()
[all …]
H A DmetaObjectManager.c723 slot_object_t *slot_object = NULL; in meta_object_copyin() local
736 slot_object = object->clones[object->master_clone_slotnum]; in meta_object_copyin()
748 rv = get_master_attributes_by_object(session, slot_object, in meta_object_copyin()
779 slot_object->hObject, attrs, num_attrs); in meta_object_copyin()
830 slot_object->hObject, attrs_with_val, num_attrs_with_val); in meta_object_copyin()
1246 slot_object_t *slot_object = NULL; in clone_by_wrap() local
1260 slot_object = object->clones[object->master_clone_slotnum]; in clone_by_wrap()
1283 src_slot_session->hSession, slot_object->hObject, in clone_by_wrap()
1336 wrappingKey, slot_object->hObject, NULL, &wrappedKeyLen); in clone_by_wrap()
1351 wrappingKey, slot_object->hObject, wrappedKey, &wrappedKeyLen); in clone_by_wrap()
[all …]
H A DmetaAttrManager.c46 slot_object_t *slot_object, generic_attr_t **attributes, in get_master_attributes_by_object() argument
59 session->hSession, slot_object->hObject, &attr, 1); in get_master_attributes_by_object()
86 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,