Lines Matching refs:fmt
20 {.name = IMA_TEMPLATE_IMA_NAME, .fmt = IMA_TEMPLATE_IMA_FMT},
21 {.name = "ima-ng", .fmt = "d-ng|n-ng"},
22 {.name = "ima-sig", .fmt = "d-ng|n-ng|sig"},
23 {.name = "ima-ngv2", .fmt = "d-ngv2|n-ng"},
24 {.name = "ima-sigv2", .fmt = "d-ngv2|n-ng|sig"},
25 {.name = "ima-buf", .fmt = "d-ng|n-ng|buf"},
26 {.name = "ima-modsig", .fmt = "d-ng|n-ng|sig|d-modsig|modsig"},
28 .fmt = "d-ng|n-ng|evmsig|xattrnames|xattrlengths|xattrvalues|iuid|igid|imode"},
29 {.name = "", .fmt = ""}, /* placeholder for a custom format */
155 builtin_templates[num_templates - 1].fmt = str; in ima_template_fmt_setup()
171 (strcmp(template_desc->fmt, name) == 0)) { in lookup_template_desc()
298 result = template_desc_init_fields(template->fmt, in ima_init_template()
304 template->name : template->fmt), result); in ima_init_template()
314 result = template_desc_init_fields(template->fmt, in ima_init_template()
320 template->name : template->fmt), result); in ima_init_template()
342 template_desc->fmt = kstrdup(template_name, GFP_KERNEL); in restore_template_fmt()
343 if (!template_desc->fmt) { in restore_template_fmt()
500 ret = template_desc_init_fields(template_desc->fmt, in ima_restore_measurement_list()
505 template_desc->fmt); in ima_restore_measurement_list()