Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/security/integrity/ima/
H A Dima_template.c167 static int template_fmt_size(const char *template_fmt) in template_fmt_size() argument
170 int template_fmt_len = strlen(template_fmt); in template_fmt_size()
174 c = template_fmt[i]; in template_fmt_size()
183 int template_desc_init_fields(const char *template_fmt, in template_desc_init_fields() argument
195 template_num_fields = template_fmt_size(template_fmt); in template_desc_init_fields()
199 template_fmt); in template_desc_init_fields()
203 for (i = 0, template_fmt_ptr = template_fmt; i < template_num_fields; in template_desc_init_fields()
H A Dima.h155 int template_desc_init_fields(const char *template_fmt,
/kernel/linux/linux-6.6/security/integrity/ima/
H A Dima_template.c192 static int template_fmt_size(const char *template_fmt) in template_fmt_size() argument
195 int template_fmt_len = strlen(template_fmt); in template_fmt_size()
199 c = template_fmt[i]; in template_fmt_size()
208 int template_desc_init_fields(const char *template_fmt, in template_desc_init_fields() argument
220 template_num_fields = template_fmt_size(template_fmt); in template_desc_init_fields()
224 template_fmt); in template_desc_init_fields()
228 for (i = 0, template_fmt_ptr = template_fmt; i < template_num_fields; in template_desc_init_fields()
H A Dima.h154 int template_desc_init_fields(const char *template_fmt,

Completed in 7 milliseconds