Searched refs:ima_template_entry (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/security/integrity/ima/ |
D | ima.h | 93 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);
|
D | ima_queue.c | 75 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()
|
D | ima_api.c | 23 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()
|
D | ima_init.c | 46 struct ima_template_entry *entry; in ima_add_boot_aggregate()
|
D | ima_template.c | 304 struct ima_template_entry **entry) in ima_restore_template_data() 360 struct ima_template_entry *entry; in ima_restore_measurement_list()
|
D | ima_fs.c | 132 struct ima_template_entry *e; in ima_measurements_show() 222 struct ima_template_entry *e; in ima_ascii_measurements_show()
|
D | ima_main.c | 639 struct ima_template_entry *entry = NULL; in process_buffer_measurement()
|