Lines Matching refs:ima_template_desc
25 static struct ima_template_desc builtin_templates[] = {
49 static struct ima_template_desc *ima_template;
50 static struct ima_template_desc *lookup_template_desc(const char *name);
57 struct ima_template_desc *template_desc; in ima_template_setup()
111 static struct ima_template_desc *lookup_template_desc(const char *name) in lookup_template_desc()
113 struct ima_template_desc *template_desc; in lookup_template_desc()
221 struct ima_template_desc *ima_template_desc_current(void) in ima_template_desc_current()
233 struct ima_template_desc *template = ima_template_desc_current(); in ima_init_template()
247 static struct ima_template_desc *restore_template_fmt(char *template_name) in restore_template_fmt()
249 struct ima_template_desc *template_desc = NULL; in restore_template_fmt()
275 static int ima_restore_template_data(struct ima_template_desc *template_desc, in ima_restore_template_data()
336 struct ima_template_desc *template_desc; in ima_restore_measurement_list()