Searched refs:num_attributes (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaAttrManager.c35 size_t num_attributes, generic_attr_t **found_attribute);
47 size_t *num_attributes)
93 attributes, num_attributes);
109 generic_attr_t **attributes, size_t *num_attributes)
149 attributes, num_attributes));
161 generic_attr_t **attributes, size_t *num_attributes)
367 *num_attributes = master_template_size;
382 generic_attr_t **attributes, size_t *num_attributes)
430 *num_attributes = num_new_attributes;
514 dealloc_attributes(generic_attr_t *attributes, size_t num_attributes) argument
45 get_master_attributes_by_object(slot_session_t *session, slot_object_t *slot_object, generic_attr_t **attributes, size_t *num_attributes) argument
107 get_master_attributes_by_template( CK_ATTRIBUTE *template, CK_ULONG template_size, generic_attr_t **attributes, size_t *num_attributes) argument
160 get_master_template_by_type(CK_OBJECT_CLASS class, CK_ULONG subtype, generic_attr_t **attributes, size_t *num_attributes) argument
381 get_master_attributes_by_type(CK_OBJECT_CLASS class, CK_ULONG subtype, generic_attr_t **attributes, size_t *num_attributes) argument
545 attribute_set_value(CK_ATTRIBUTE *new_attr, generic_attr_t *attributes, size_t num_attributes) argument
617 find_attribute(CK_ATTRIBUTE_TYPE attrtype, generic_attr_t *attributes, size_t num_attributes, generic_attr_t **found_attribute) argument
643 get_template_ulong(CK_ATTRIBUTE_TYPE type, CK_ATTRIBUTE *attributes, CK_ULONG num_attributes, CK_ULONG *result) argument
670 get_template_boolean(CK_ATTRIBUTE_TYPE type, CK_ATTRIBUTE *attributes, CK_ULONG num_attributes, boolean_t *result) argument
707 set_template_boolean(CK_ATTRIBUTE_TYPE type, CK_ATTRIBUTE *attributes, CK_ULONG num_attributes, boolean_t local, CK_BBOOL *value) argument
[all...]
H A DmetaGlobal.h409 size_t num_attributes; member in struct:metaobject
666 size_t *num_attributes);
669 generic_attr_t **attributes, size_t *num_attributes);
671 generic_attr_t **attributes, size_t *num_attributes);
673 generic_attr_t **attributes, size_t *num_attributes);
677 void dealloc_attributes(generic_attr_t *attributes, size_t num_attributes);
679 generic_attr_t *attributes, size_t num_attributes);
681 CK_ULONG num_attributes, CK_ULONG *result);
683 CK_ATTRIBUTE *attributes, CK_ULONG num_attributes, boolean_t *result);
685 CK_ATTRIBUTE *attributes, CK_ULONG num_attributes, boolean_
[all...]
H A DmetaObjectManager.c136 const generic_attr_t *attributes, size_t num_attributes);
592 dealloc_attributes(object->attributes, object->num_attributes);
749 &(object->attributes), &(object->num_attributes));
761 attrs = calloc(object->num_attributes, sizeof (CK_ATTRIBUTE));
768 for (i = 0; i < object->num_attributes; i++) {
772 num_attrs = object->num_attributes;
838 object->attributes, object->num_attributes);
980 object->num_attributes);
1606 const generic_attr_t *attributes, size_t num_attributes)
1612 clone_template = malloc(num_attributes * sizeo
1605 meta_clone_template_setup(meta_object_t *object, const generic_attr_t *attributes, size_t num_attributes) argument
[all...]
H A DmetaObject.c307 &object->attributes, &object->num_attributes);
312 object->attributes, object->num_attributes);
525 src_object->num_attributes,
527 &dst_object->num_attributes);
538 dst_object->num_attributes);
914 object->attributes, object->num_attributes);

Completed in 51 milliseconds