Searched refs:template_desc_init_fields (Results 1 – 3 of 3) sorted by relevance
/linux/security/integrity/ima/ |
H A D | ima_template.c | 149 if (template_desc_init_fields(str, NULL, NULL) < 0) { in ima_template_fmt_setup() 208 int template_desc_init_fields(const char *template_fmt, in template_desc_init_fields() function 298 result = template_desc_init_fields(template->fmt, in ima_init_template() 314 result = template_desc_init_fields(template->fmt, in ima_init_template() 330 ret = template_desc_init_fields(template_name, NULL, NULL); in restore_template_fmt() 500 ret = template_desc_init_fields(template_desc->fmt, in ima_restore_measurement_list()
|
H A D | ima.h | 267 int template_desc_init_fields(const char *template_fmt,
|
H A D | ima_policy.c | 1880 template_desc_init_fields(template_desc->fmt, in ima_parse_rule()
|