Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/security/integrity/ima/
H A Dima_template.c205 char tmp_field_id[IMA_TEMPLATE_FIELD_ID_MAX_LEN + 1]; in template_desc_init_fields() local
213 memcpy(tmp_field_id, template_fmt_ptr, len); in template_desc_init_fields()
214 tmp_field_id[len] = '\0'; in template_desc_init_fields()
215 found_fields[i] = lookup_template_field(tmp_field_id); in template_desc_init_fields()
217 pr_err("field '%s' not found\n", tmp_field_id); in template_desc_init_fields()
/kernel/linux/linux-6.6/security/integrity/ima/
H A 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()

Completed in 2 milliseconds