Lines Matching refs:ima_template_desc
19 static struct ima_template_desc builtin_templates[] = {
82 static struct ima_template_desc *ima_template;
83 static struct ima_template_desc *ima_buf_template;
92 bool ima_template_has_modsig(const struct ima_template_desc *ima_template) in ima_template_has_modsig()
106 struct ima_template_desc *template_desc; in ima_template_setup()
163 struct ima_template_desc *lookup_template_desc(const char *name) in lookup_template_desc()
165 struct ima_template_desc *template_desc; in lookup_template_desc()
274 struct ima_template_desc *ima_template_desc_current(void) in ima_template_desc_current()
284 struct ima_template_desc *ima_template_desc_buf(void) in ima_template_desc_buf()
295 struct ima_template_desc *template = ima_template_desc_current(); in ima_init_template()
325 static struct ima_template_desc *restore_template_fmt(char *template_name) in restore_template_fmt()
327 struct ima_template_desc *template_desc = NULL; in restore_template_fmt()
353 static int ima_restore_template_data(struct ima_template_desc *template_desc, in ima_restore_template_data()
425 struct ima_template_desc *template_desc; in ima_restore_measurement_list()