Lines Matching full:head
139 struct obj_attrs *head);
142 struct obj_attrs *head);
153 * @head - head of the attributes of parent object.
158 struct obj_attrs *head);
161 struct obj_attrs *head);
178 bool object_is_private(struct obj_attrs *head);
180 bool object_is_token(struct obj_attrs *head);
182 bool object_is_modifiable(struct obj_attrs *head);
184 bool object_is_copyable(struct obj_attrs *head);
194 struct obj_attrs *head,
198 enum pkcs11_rc set_key_data(struct obj_attrs **head, void *data,
202 * Get an allocated copy of key data to be wrapped from @head
203 * @head: Object attribute where to find key data to be wrapped
208 enum pkcs11_rc alloc_key_data_to_wrap(struct obj_attrs *head, void **data,
222 * @head: Object attribute where to find KCV to be checked
225 enum pkcs11_rc set_check_value_attr(struct obj_attrs **head);