Lines Matching refs:num_attributes
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()
1624 for (i = 0; i < num_attributes; i++) { in meta_clone_template_setup()
2077 object->num_attributes); in meta_freeobject_clone()
2142 object->num_attributes); in meta_freeobject_clone()