Home
last modified time | relevance | path

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

/linux-6.1.9/security/integrity/ima/
Dima_template.c230 char tmp_field_id[IMA_TEMPLATE_FIELD_ID_MAX_LEN + 1]; in template_desc_init_fields() local
238 memcpy(tmp_field_id, template_fmt_ptr, len); in template_desc_init_fields()
239 tmp_field_id[len] = '\0'; in template_desc_init_fields()
240 found_fields[i] = lookup_template_field(tmp_field_id); in template_desc_init_fields()
242 pr_err("field '%s' not found\n", tmp_field_id); in template_desc_init_fields()