Home
last modified time | relevance | path

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

/Linux-v6.1/security/integrity/ima/
Dima.h98 struct ima_template_entry { struct
109 struct ima_template_entry *entry; argument
139 int ima_add_template_entry(struct ima_template_entry *entry, int violation,
146 struct ima_template_entry *entry);
161 int ima_restore_measurement_entry(struct ima_template_entry *entry);
279 struct ima_template_entry **entry,
281 int ima_store_template(struct ima_template_entry *entry, int violation,
284 void ima_free_template_entry(struct ima_template_entry *entry);
Dima_queue.c74 static int get_binary_runtime_size(struct ima_template_entry *entry) in get_binary_runtime_size()
93 static int ima_add_digest_entry(struct ima_template_entry *entry, in ima_add_digest_entry()
159 int ima_add_template_entry(struct ima_template_entry *entry, int violation, in ima_add_template_entry()
204 int ima_restore_measurement_entry(struct ima_template_entry *entry) in ima_restore_measurement_entry()
Dima_api.c24 void ima_free_template_entry(struct ima_template_entry *entry) in ima_free_template_entry()
39 struct ima_template_entry **entry, in ima_alloc_init_template()
103 int ima_store_template(struct ima_template_entry *entry, in ima_store_template()
138 struct ima_template_entry *entry; in ima_add_violation()
349 struct ima_template_entry *entry; in ima_store_measurement()
Dima_init.c46 struct ima_template_entry *entry; in ima_add_boot_aggregate()
Dima_fs.c131 struct ima_template_entry *e; in ima_measurements_show()
221 struct ima_template_entry *e; in ima_ascii_measurements_show()
Dima_template.c356 struct ima_template_entry **entry) in ima_restore_template_data()
424 struct ima_template_entry *entry; in ima_restore_measurement_list()
Dima_crypto.c584 struct ima_template_entry *entry, in ima_calc_field_array_hash_tfm()
628 struct ima_template_entry *entry) in ima_calc_field_array_hash()
Dima_main.c891 struct ima_template_entry *entry = NULL; in process_buffer_measurement()