Home
last modified time | relevance | path

Searched refs:ima_template_entry (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/security/integrity/ima/
Dima.h93 struct ima_template_entry { struct
104 struct ima_template_entry *entry; argument
134 int ima_add_template_entry(struct ima_template_entry *entry, int violation,
156 int ima_restore_measurement_entry(struct ima_template_entry *entry);
223 struct ima_template_entry **entry,
225 int ima_store_template(struct ima_template_entry *entry, int violation,
228 void ima_free_template_entry(struct ima_template_entry *entry);
Dima_queue.c75 static int get_binary_runtime_size(struct ima_template_entry *entry) in get_binary_runtime_size()
94 static int ima_add_digest_entry(struct ima_template_entry *entry, in ima_add_digest_entry()
164 int ima_add_template_entry(struct ima_template_entry *entry, int violation, in ima_add_template_entry()
208 int ima_restore_measurement_entry(struct ima_template_entry *entry) in ima_restore_measurement_entry()
Dima_api.c23 void ima_free_template_entry(struct ima_template_entry *entry) in ima_free_template_entry()
37 struct ima_template_entry **entry, in ima_alloc_init_template()
91 int ima_store_template(struct ima_template_entry *entry, in ima_store_template()
136 struct ima_template_entry *entry; in ima_add_violation()
303 struct ima_template_entry *entry; in ima_store_measurement()
Dima_init.c46 struct ima_template_entry *entry; in ima_add_boot_aggregate()
Dima_template.c304 struct ima_template_entry **entry) in ima_restore_template_data()
360 struct ima_template_entry *entry; in ima_restore_measurement_list()
Dima_fs.c132 struct ima_template_entry *e; in ima_measurements_show()
222 struct ima_template_entry *e; in ima_ascii_measurements_show()
Dima_main.c639 struct ima_template_entry *entry = NULL; in process_buffer_measurement()