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; local
138 rv = meta_slot_object_alloc(&slot_object);
263 slot_object->hObject = hNewObject;
264 object->clones[slot_num] = slot_object;
271 meta_slot_object_activate(slot_object, slot_session,
274 slot_object = NULL;
324 if (slot_object)
325 meta_slot_object_dealloc(slot_object);
737 slot_object_t *slot_object; local
895 slot_object
983 slot_object_t *slot_object; local
[all...]
H A DmetaObjectManager.c723 slot_object_t *slot_object = NULL; local
736 slot_object = object->clones[object->master_clone_slotnum];
748 rv = get_master_attributes_by_object(session, slot_object,
779 slot_object->hObject, attrs, num_attrs);
830 slot_object->hObject, attrs_with_val, num_attrs_with_val);
1246 slot_object_t *slot_object = NULL; local
1260 slot_object = object->clones[object->master_clone_slotnum];
1283 src_slot_session->hSession, slot_object->hObject,
1336 wrappingKey, slot_object->hObject, NULL, &wrappedKeyLen);
1351 wrappingKey, slot_object
1684 slot_object_t *slot_object; local
1723 slot_object_t *slot_object; local
2014 slot_object_t *slot_object = NULL; local
[all...]
H A DmetaAttrManager.c46 slot_object_t *slot_object, generic_attr_t **attributes,
59 session->hSession, slot_object->hObject, &attr, 1);
86 session->hSession, slot_object->hObject, &attr, 1);
45 get_master_attributes_by_object(slot_session_t *session, slot_object_t *slot_object, generic_attr_t **attributes, size_t *num_attributes) argument
H A DmetaUtil.c517 slot_object_t *slot_object = NULL; local
650 slot_session->slotnum, slot_session, &slot_object);
653 slot_object->hObject);
H A DmetaGlobal.h665 slot_object_t *slot_object, generic_attr_t **attributes,

Completed in 70 milliseconds