Searched refs:num_attributes (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | metaAttrManager.c | 36 size_t num_attributes, generic_attr_t **found_attribute); 48 size_t *num_attributes) in get_master_attributes_by_object() argument 94 attributes, num_attributes); in get_master_attributes_by_object() 110 generic_attr_t **attributes, size_t *num_attributes) in get_master_attributes_by_template() argument 151 attributes, num_attributes)); in get_master_attributes_by_template() 163 generic_attr_t **attributes, size_t *num_attributes) in get_master_template_by_type() argument 369 *num_attributes = master_template_size; in get_master_template_by_type() 384 generic_attr_t **attributes, size_t *num_attributes) in get_master_attributes_by_type() argument 432 *num_attributes = num_new_attributes; in get_master_attributes_by_type() 516 dealloc_attributes(generic_attr_t *attributes, size_t num_attributes) in dealloc_attributes() argument [all …]
|
H A D | metaGlobal.h | 409 size_t num_attributes; member 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_t local,
|
H A D | metaObjectManager.c | 137 const generic_attr_t *attributes, size_t num_attributes); 593 dealloc_attributes(object->attributes, object->num_attributes); in meta_object_dealloc() 752 &(object->attributes), &(object->num_attributes)); in meta_object_copyin() 764 attrs = calloc(object->num_attributes, sizeof (CK_ATTRIBUTE)); in meta_object_copyin() 771 for (i = 0; i < object->num_attributes; i++) { in meta_object_copyin() 775 num_attrs = object->num_attributes; in meta_object_copyin() 841 object->attributes, object->num_attributes); in meta_object_copyin() 984 object->num_attributes); in clone_by_create() 1609 const generic_attr_t *attributes, size_t num_attributes) in meta_clone_template_setup() argument 1615 clone_template = malloc(num_attributes * sizeof (CK_ATTRIBUTE)); in meta_clone_template_setup() [all …]
|
H A D | metaObject.c | 307 &object->attributes, &object->num_attributes); in meta_CreateObject() 312 object->attributes, object->num_attributes); in meta_CreateObject() 525 src_object->num_attributes, in meta_CopyObject() 527 &dst_object->num_attributes); in meta_CopyObject() 538 dst_object->num_attributes); in meta_CopyObject() 914 object->attributes, object->num_attributes); in meta_SetAttributeValue()
|