Lines Matching defs:head
21 enum pkcs11_rc init_attributes_head(struct obj_attrs **head) in init_attributes_head()
30 enum pkcs11_rc add_attribute(struct obj_attrs **head, uint32_t attribute, in add_attribute()
60 static enum pkcs11_rc _remove_attribute(struct obj_attrs **head, in _remove_attribute()
97 enum pkcs11_rc remove_empty_attribute(struct obj_attrs **head, in remove_empty_attribute()
103 void get_attribute_ptrs(struct obj_attrs *head, uint32_t attribute, in get_attribute_ptrs()
152 enum pkcs11_rc get_attribute_ptr(struct obj_attrs *head, uint32_t attribute, in get_attribute_ptr()
168 enum pkcs11_rc get_attribute(struct obj_attrs *head, uint32_t attribute, in get_attribute()
194 enum pkcs11_rc set_attribute(struct obj_attrs **head, uint32_t attribute, in set_attribute()
207 struct obj_attrs *head) in modify_attributes_list()
232 bool get_bool(struct obj_attrs *head, uint32_t attribute) in get_bool()
282 enum pkcs11_rc attributes_match_add_reference(struct obj_attrs **head, in attributes_match_add_reference()
431 struct obj_attrs head = { }; in trace_attributes() local