Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/security/integrity/ima/
H A Dima_template.c187 const char *template_fmt_ptr; in template_desc_init_fields() local
203 for (i = 0, template_fmt_ptr = template_fmt; i < template_num_fields; in template_desc_init_fields()
204 i++, template_fmt_ptr += len + 1) { in template_desc_init_fields()
207 len = strchrnul(template_fmt_ptr, '|') - template_fmt_ptr; in template_desc_init_fields()
213 memcpy(tmp_field_id, template_fmt_ptr, len); in template_desc_init_fields()
/kernel/linux/linux-6.6/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()

Completed in 2 milliseconds