Home
last modified time | relevance | path

Searched refs:IMA_TEMPLATE_NUM_FIELDS_MAX (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/security/integrity/ima/
Dima_template.c213 const struct ima_template_field *found_fields[IMA_TEMPLATE_NUM_FIELDS_MAX]; in template_desc_init_fields()
222 if (template_num_fields > IMA_TEMPLATE_NUM_FIELDS_MAX) { in template_desc_init_fields()
Dima.h39 #define IMA_TEMPLATE_NUM_FIELDS_MAX 15 macro