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

/linux-master/security/integrity/ima/
H A Dima_template.c20 {.name = IMA_TEMPLATE_IMA_NAME, .fmt = IMA_TEMPLATE_IMA_FMT},
130 if (template_len == 3 && strcmp(str, IMA_TEMPLATE_IMA_NAME) == 0 &&
H A Dima_main.c53 if (strcmp(template_desc->name, IMA_TEMPLATE_IMA_NAME) == 0) {
60 str, IMA_TEMPLATE_IMA_NAME);
338 strcmp(template_desc->name, IMA_TEMPLATE_IMA_NAME) != 0) {
H A Dima_fs.c165 if (strcmp(template_name, IMA_TEMPLATE_IMA_NAME) == 0)
H A Dima.h41 #define IMA_TEMPLATE_IMA_NAME "ima" macro
H A Dima_crypto.c605 if (strcmp(td->name, IMA_TEMPLATE_IMA_NAME) != 0) {

Completed in 159 milliseconds