Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/security/integrity/ima/
H A Dima_template.c188 const struct ima_template_field *found_fields[IMA_TEMPLATE_NUM_FIELDS_MAX]; in template_desc_init_fields()
197 if (template_num_fields > IMA_TEMPLATE_NUM_FIELDS_MAX) { in template_desc_init_fields()
H A Dima.h43 #define IMA_TEMPLATE_NUM_FIELDS_MAX 15 macro