Searched refs:num_attributes (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | metaAttrManager.c | 34 size_t num_attributes, generic_attr_t **found_attribute); 46 size_t *num_attributes) 94 attributes, num_attributes); 110 generic_attr_t **attributes, size_t *num_attributes) 150 attributes, num_attributes)); 162 generic_attr_t **attributes, size_t *num_attributes) 368 *num_attributes = master_template_size; 383 generic_attr_t **attributes, size_t *num_attributes) 431 *num_attributes = num_new_attributes; 515 dealloc_attributes(generic_attr_t *attributes, size_t num_attributes) argument 44 get_master_attributes_by_object(slot_session_t *session, slot_object_t *slot_object, generic_attr_t **attributes, size_t *num_attributes) argument 108 get_master_attributes_by_template( CK_ATTRIBUTE *template, CK_ULONG template_size, generic_attr_t **attributes, size_t *num_attributes) argument 161 get_master_template_by_type(CK_OBJECT_CLASS class, CK_ULONG subtype, generic_attr_t **attributes, size_t *num_attributes) argument 382 get_master_attributes_by_type(CK_OBJECT_CLASS class, CK_ULONG subtype, generic_attr_t **attributes, size_t *num_attributes) argument 546 attribute_set_value(CK_ATTRIBUTE *new_attr, generic_attr_t *attributes, size_t num_attributes) argument 618 find_attribute(CK_ATTRIBUTE_TYPE attrtype, generic_attr_t *attributes, size_t num_attributes, generic_attr_t **found_attribute) argument 644 get_template_ulong(CK_ATTRIBUTE_TYPE type, CK_ATTRIBUTE *attributes, CK_ULONG num_attributes, CK_ULONG *result) argument 671 get_template_boolean(CK_ATTRIBUTE_TYPE type, CK_ATTRIBUTE *attributes, CK_ULONG num_attributes, boolean_t *result) argument 708 set_template_boolean(CK_ATTRIBUTE_TYPE type, CK_ATTRIBUTE *attributes, CK_ULONG num_attributes, boolean_t local, CK_BBOOL *value) argument [all...] |
H A D | metaGlobal.h | 410 size_t num_attributes; member in struct:metaobject 670 size_t *num_attributes); 673 generic_attr_t **attributes, size_t *num_attributes); 675 generic_attr_t **attributes, size_t *num_attributes); 677 generic_attr_t **attributes, size_t *num_attributes); 681 void dealloc_attributes(generic_attr_t *attributes, size_t num_attributes); 683 generic_attr_t *attributes, size_t num_attributes); 685 CK_ULONG num_attributes, CK_ULONG *result); 687 CK_ATTRIBUTE *attributes, CK_ULONG num_attributes, boolean_t *result); 689 CK_ATTRIBUTE *attributes, CK_ULONG num_attributes, boolean_ [all...] |
H A D | metaObjectManager.c | 141 const generic_attr_t *attributes, size_t num_attributes); 597 dealloc_attributes(object->attributes, object->num_attributes); 756 &(object->attributes), &(object->num_attributes)); 768 attrs = calloc(object->num_attributes, sizeof (CK_ATTRIBUTE)); 775 for (i = 0; i < object->num_attributes; i++) { 779 num_attrs = object->num_attributes; 845 object->attributes, object->num_attributes); 987 object->num_attributes); 1615 const generic_attr_t *attributes, size_t num_attributes) 1621 clone_template = malloc(num_attributes * sizeo 1614 meta_clone_template_setup(meta_object_t *object, const generic_attr_t *attributes, size_t num_attributes) argument [all...] |
H A D | metaObject.c | 310 &object->attributes, &object->num_attributes); 315 object->attributes, object->num_attributes); 528 src_object->num_attributes, 530 &dst_object->num_attributes); 541 dst_object->num_attributes); 917 object->attributes, object->num_attributes);
|
Completed in 24 milliseconds