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

/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaObject.c118 slot_object_t *slot_object = NULL; local
137 rv = meta_slot_object_alloc(&slot_object);
266 slot_object->hObject = hNewObject;
267 object->clones[slot_num] = slot_object;
274 meta_slot_object_activate(slot_object, slot_session,
277 slot_object = NULL;
327 if (slot_object)
328 meta_slot_object_dealloc(slot_object);
740 slot_object_t *slot_object; local
898 slot_object
986 slot_object_t *slot_object; local
[all...]
H A DmetaObjectManager.c730 slot_object_t *slot_object = NULL; local
743 slot_object = object->clones[object->master_clone_slotnum];
755 rv = get_master_attributes_by_object(session, slot_object,
786 slot_object->hObject, attrs, num_attrs);
837 slot_object->hObject, attrs_with_val, num_attrs_with_val);
1253 slot_object_t *slot_object = NULL; local
1267 slot_object = object->clones[object->master_clone_slotnum];
1290 src_slot_session->hSession, slot_object->hObject,
1345 wrappingKey, slot_object->hObject, NULL, &wrappedKeyLen);
1360 wrappingKey, slot_object
1693 slot_object_t *slot_object; local
1732 slot_object_t *slot_object; local
2023 slot_object_t *slot_object = NULL; local
[all...]
H A DmetaAttrManager.c45 slot_object_t *slot_object, generic_attr_t **attributes,
58 session->hSession, slot_object->hObject, &attr, 1);
87 session->hSession, slot_object->hObject, &attr, 1);
44 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.c530 slot_object_t *slot_object = NULL; local
663 slot_session->slotnum, slot_session, &slot_object);
666 slot_object->hObject);
H A DmetaGlobal.h669 slot_object_t *slot_object, generic_attr_t **attributes,

Completed in 35 milliseconds