Searched refs:num_attributes (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | metaAttrManager.c | 35 size_t num_attributes, generic_attr_t **found_attribute); 47 size_t *num_attributes) in get_master_attributes_by_object() argument 93 attributes, num_attributes); in get_master_attributes_by_object() 109 generic_attr_t **attributes, size_t *num_attributes) in get_master_attributes_by_template() argument 149 attributes, num_attributes)); in get_master_attributes_by_template() 161 generic_attr_t **attributes, size_t *num_attributes) in get_master_template_by_type() argument 367 *num_attributes = master_template_size; in get_master_template_by_type() 382 generic_attr_t **attributes, size_t *num_attributes) in get_master_attributes_by_type() argument 430 *num_attributes = num_new_attributes; in get_master_attributes_by_type() 514 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 | 136 const generic_attr_t *attributes, size_t num_attributes); 592 dealloc_attributes(object->attributes, object->num_attributes); in meta_object_dealloc() 749 &(object->attributes), &(object->num_attributes)); in meta_object_copyin() 761 attrs = calloc(object->num_attributes, sizeof (CK_ATTRIBUTE)); in meta_object_copyin() 768 for (i = 0; i < object->num_attributes; i++) { in meta_object_copyin() 772 num_attrs = object->num_attributes; in meta_object_copyin() 838 object->attributes, object->num_attributes); in meta_object_copyin() 980 object->num_attributes); in clone_by_create() 1606 const generic_attr_t *attributes, size_t num_attributes) in meta_clone_template_setup() argument 1612 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()
|