Home
last modified time | relevance | path

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

/linux/security/integrity/ima/
H A Dima.h106 struct ima_template_entry { struct
117 struct ima_template_entry *entry; argument
262 int ima_add_template_entry(struct ima_template_entry *entry, int violation,
269 struct ima_template_entry *entry);
284 int ima_restore_measurement_entry(struct ima_template_entry *entry);
404 struct ima_template_entry **entry,
406 int ima_store_template(struct ima_template_entry *entry, int violation,
409 void ima_free_template_entry(struct ima_template_entry *entry);
H A Dima_queue.c81 static int get_binary_runtime_size(struct ima_template_entry *entry) in get_binary_runtime_size()
100 static int ima_add_digest_entry(struct ima_template_entry *entry, in ima_add_digest_entry()
166 int ima_add_template_entry(struct ima_template_entry *entry, int violation, in ima_add_template_entry()
223 int ima_restore_measurement_entry(struct ima_template_entry *entry) in ima_restore_measurement_entry()
H A 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()
104 int ima_store_template(struct ima_template_entry *entry, in ima_store_template()
139 struct ima_template_entry *entry; in ima_add_violation()
360 struct ima_template_entry *entry; in ima_store_measurement()
H A Dima_init.c46 struct ima_template_entry *entry; in ima_add_boot_aggregate()
H A Dima_template.c359 struct ima_template_entry **entry) in ima_restore_template_data()
428 struct ima_template_entry *entry; in ima_restore_measurement_list()
H A Dima_fs.c131 struct ima_template_entry *e; in ima_measurements_show()
230 struct ima_template_entry *e; in ima_ascii_measurements_show()
H A Dima_crypto.c579 struct ima_template_entry *entry, in ima_calc_field_array_hash_tfm()
623 struct ima_template_entry *entry) in ima_calc_field_array_hash()
H A Dima_main.c1052 struct ima_template_entry *entry = NULL; in process_buffer_measurement()