Lines Matching refs:template
416 struct ima_template_desc *template; in ima_file_mprotect() local
435 MMAP_CHECK, &pcr, &template, 0); in ima_file_mprotect()
805 struct ima_template_desc *template = NULL; in process_buffer_measurement() local
827 &pcr, &template, keyring); in process_buffer_measurement()
835 if (!template) { in process_buffer_measurement()
836 template = lookup_template_desc("ima-buf"); in process_buffer_measurement()
837 ret = template_desc_init_fields(template->fmt, in process_buffer_measurement()
838 &(template->fields), in process_buffer_measurement()
839 &(template->num_fields)); in process_buffer_measurement()
842 (strlen(template->name) ? in process_buffer_measurement()
843 template->name : template->fmt), ret); in process_buffer_measurement()
858 ret = ima_alloc_init_template(&event_data, &entry, template); in process_buffer_measurement()