Lines Matching defs:head
1511 static enum pkcs11_rc check_attrs_misc_integrity(struct obj_attrs *head) in check_attrs_misc_integrity()
1534 bool object_is_private(struct obj_attrs *head) in object_is_private()
1539 bool object_is_token(struct obj_attrs *head) in object_is_token()
1544 bool object_is_modifiable(struct obj_attrs *head) in object_is_modifiable()
1549 bool object_is_copyable(struct obj_attrs *head) in object_is_copyable()
1558 struct obj_attrs *head) in check_access_attrs_against_token()
1588 struct obj_attrs *head) in check_created_attrs_against_token()
1613 #define DMSG_BAD_BBOOL(attr, proc, head) \ argument
1626 struct obj_attrs *head, in check_attr_bval()
1877 struct obj_attrs *head) in parent_key_complies_allowed_processings()
1931 struct obj_attrs *head) in check_parent_attrs_against_processing()
2374 struct obj_attrs *head, in check_attrs_against_modification()
2460 static enum pkcs11_rc set_secret_key_data(struct obj_attrs **head, void *data, in set_secret_key_data()
2500 static enum pkcs11_rc set_private_key_data_rsa(struct obj_attrs **head, in set_private_key_data_rsa()
2651 enum pkcs11_rc set_key_data(struct obj_attrs **head, void *data, in set_key_data()
2668 static enum pkcs11_rc alloc_copy_attribute_value(struct obj_attrs *head, in alloc_copy_attribute_value()
2690 encode_rsa_private_key_der(struct obj_attrs *head, void **data, uint32_t *sz) in encode_rsa_private_key_der()
2792 enum pkcs11_rc alloc_key_data_to_wrap(struct obj_attrs *head, void **data, in alloc_key_data_to_wrap()
2956 enum pkcs11_rc set_check_value_attr(struct obj_attrs **head) in set_check_value_attr()