Lines Matching refs:ima_template_desc
21 static struct ima_template_desc builtin_templates[] = {
59 static struct ima_template_desc *ima_template;
68 bool ima_template_has_modsig(const struct ima_template_desc *ima_template) in ima_template_has_modsig()
82 struct ima_template_desc *template_desc; in ima_template_setup()
136 struct ima_template_desc *lookup_template_desc(const char *name) in lookup_template_desc()
138 struct ima_template_desc *template_desc; in lookup_template_desc()
247 struct ima_template_desc *ima_template_desc_current(void) in ima_template_desc_current()
259 struct ima_template_desc *template = ima_template_desc_current(); in ima_init_template()
273 static struct ima_template_desc *restore_template_fmt(char *template_name) in restore_template_fmt()
275 struct ima_template_desc *template_desc = NULL; in restore_template_fmt()
301 static int ima_restore_template_data(struct ima_template_desc *template_desc, in ima_restore_template_data()
361 struct ima_template_desc *template_desc; in ima_restore_measurement_list()