Home
last modified time | relevance | path

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

/security/integrity/ima/
Dima_main.c54 if (strcmp(template_desc->name, IMA_TEMPLATE_IMA_NAME) == 0) { in hash_setup()
61 str, IMA_TEMPLATE_IMA_NAME); in hash_setup()
331 strcmp(template_desc->name, IMA_TEMPLATE_IMA_NAME) != 0) { in process_measurement()
Dima_template.c20 {.name = IMA_TEMPLATE_IMA_NAME, .fmt = IMA_TEMPLATE_IMA_FMT},
126 if (template_len == 3 && strcmp(str, IMA_TEMPLATE_IMA_NAME) == 0 && in ima_template_setup()
Dima_fs.c165 if (strcmp(template_name, IMA_TEMPLATE_IMA_NAME) == 0) in ima_measurements_show()
Dima.h41 #define IMA_TEMPLATE_IMA_NAME "ima" macro
Dima_crypto.c605 if (strcmp(td->name, IMA_TEMPLATE_IMA_NAME) != 0) { in ima_calc_field_array_hash_tfm()