Home
last modified time | relevance | path

Searched refs:IMA_TEMPLATE_IMA_NAME (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/security/integrity/ima/
Dima_template.c22 {.name = IMA_TEMPLATE_IMA_NAME, .fmt = IMA_TEMPLATE_IMA_FMT},
105 if (template_len == 3 && strcmp(str, IMA_TEMPLATE_IMA_NAME) == 0 && in ima_template_setup()
Dima_main.c54 if (strcmp(template_desc->name, IMA_TEMPLATE_IMA_NAME) == 0) { in hash_setup()
306 strcmp(template_desc->name, IMA_TEMPLATE_IMA_NAME) != 0) { in process_measurement()
Dima.h45 #define IMA_TEMPLATE_IMA_NAME "ima" macro
Dima_fs.c166 if (strcmp(template_name, IMA_TEMPLATE_IMA_NAME) == 0) in ima_measurements_show()
Dima_crypto.c490 if (strcmp(td->name, IMA_TEMPLATE_IMA_NAME) != 0) { in ima_calc_field_array_hash_tfm()