Searched refs:IMA_TEMPLATE_IMA_NAME (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/security/integrity/ima/ |
H A D | ima_main.c | 54 if (strcmp(template_desc->name, IMA_TEMPLATE_IMA_NAME) == 0) { in hash_setup() 61 str, IMA_TEMPLATE_IMA_NAME); in hash_setup() 324 strcmp(template_desc->name, IMA_TEMPLATE_IMA_NAME) != 0) { in process_measurement()
|
H A D | ima_template.c | 20 {.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()
|
H A D | ima.h | 45 #define IMA_TEMPLATE_IMA_NAME "ima" macro
|
H A D | ima_fs.c | 165 if (strcmp(template_name, IMA_TEMPLATE_IMA_NAME) == 0) in ima_measurements_show()
|
H A D | ima_crypto.c | 605 if (strcmp(td->name, IMA_TEMPLATE_IMA_NAME) != 0) { in ima_calc_field_array_hash_tfm()
|
/kernel/linux/linux-6.6/security/integrity/ima/ |
H A D | ima_template.c | 20 {.name = IMA_TEMPLATE_IMA_NAME, .fmt = IMA_TEMPLATE_IMA_FMT}, 130 if (template_len == 3 && strcmp(str, IMA_TEMPLATE_IMA_NAME) == 0 && in ima_template_setup()
|
H A D | ima_main.c | 53 if (strcmp(template_desc->name, IMA_TEMPLATE_IMA_NAME) == 0) { in hash_setup() 60 str, IMA_TEMPLATE_IMA_NAME); in hash_setup() 338 strcmp(template_desc->name, IMA_TEMPLATE_IMA_NAME) != 0) { in process_measurement()
|
H A D | ima.h | 41 #define IMA_TEMPLATE_IMA_NAME "ima" macro
|
H A D | ima_fs.c | 165 if (strcmp(template_name, IMA_TEMPLATE_IMA_NAME) == 0) in ima_measurements_show()
|
H A D | ima_crypto.c | 605 if (strcmp(td->name, IMA_TEMPLATE_IMA_NAME) != 0) { in ima_calc_field_array_hash_tfm()
|
Completed in 10 milliseconds