Home
last modified time | relevance | path

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

/openbmc/linux/security/integrity/ima/
H A Dima_template.c187 IMA_TEMPLATE_FIELD_ID_MAX_LEN) == 0) in lookup_template_field()
230 char tmp_field_id[IMA_TEMPLATE_FIELD_ID_MAX_LEN + 1]; in template_desc_init_fields()
233 if (len == 0 || len > IMA_TEMPLATE_FIELD_ID_MAX_LEN) { in template_desc_init_fields()
H A Dima.h38 #define IMA_TEMPLATE_FIELD_ID_MAX_LEN 16 macro
82 const char field_id[IMA_TEMPLATE_FIELD_ID_MAX_LEN];