Home
last modified time | relevance | path

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

/Linux-v4.19/security/integrity/ima/
Dima_template.c51 static int template_desc_init_fields(const char *template_fmt,
139 static int template_fmt_size(const char *template_fmt) in template_fmt_size() argument
142 int template_fmt_len = strlen(template_fmt); in template_fmt_size()
146 c = template_fmt[i]; in template_fmt_size()
155 static int template_desc_init_fields(const char *template_fmt, in template_desc_init_fields() argument
167 template_num_fields = template_fmt_size(template_fmt); in template_desc_init_fields()
171 template_fmt); in template_desc_init_fields()
175 for (i = 0, template_fmt_ptr = template_fmt; i < template_num_fields; in template_desc_init_fields()