Searched refs:ima_store_template (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/security/integrity/ima/ |
H A D | ima_api.c | 87 * ima_store_template - store ima template measurements 102 int ima_store_template(struct ima_template_entry *entry, in ima_store_template() function 154 result = ima_store_template(entry, violation, inode, in ima_add_violation() 290 * ima_store_template. 336 result = ima_store_template(entry, violation, inode, filename, pcr); in ima_store_measurement()
|
H A D | ima_init.c | 87 result = ima_store_template(entry, violation, NULL, in ima_add_boot_aggregate()
|
H A D | ima.h | 276 int ima_store_template(struct ima_template_entry *entry, int violation,
|
H A D | ima_main.c | 882 ret = ima_store_template(entry, violation, NULL, buf, pcr); in process_buffer_measurement()
|
/kernel/linux/linux-6.6/security/integrity/ima/ |
H A D | ima_api.c | 87 * ima_store_template - store ima template measurements 102 int ima_store_template(struct ima_template_entry *entry, in ima_store_template() function 154 result = ima_store_template(entry, violation, inode, in ima_add_violation() 330 * ima_store_template. 376 result = ima_store_template(entry, violation, inode, filename, pcr); in ima_store_measurement()
|
H A D | ima_init.c | 86 result = ima_store_template(entry, violation, NULL, in ima_add_boot_aggregate()
|
H A D | ima.h | 282 int ima_store_template(struct ima_template_entry *entry, int violation,
|
H A D | ima_main.c | 1018 ret = ima_store_template(entry, violation, NULL, event_data.buf, pcr); in process_buffer_measurement()
|
Completed in 7 milliseconds