Home
last modified time | relevance | path

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

/openbmc/linux/security/integrity/ima/
H A Dima_template.c212 const char *template_fmt_ptr; in template_desc_init_fields() local
228 for (i = 0, template_fmt_ptr = template_fmt; i < template_num_fields; in template_desc_init_fields()
229 i++, template_fmt_ptr += len + 1) { in template_desc_init_fields()
232 len = strchrnul(template_fmt_ptr, '|') - template_fmt_ptr; in template_desc_init_fields()
238 memcpy(tmp_field_id, template_fmt_ptr, len); in template_desc_init_fields()