Home
last modified time | relevance | path

Searched refs:ima_store_template (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/security/integrity/ima/
H A Dima_api.c102 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()
383 result = ima_store_template(entry, violation, inode, filename, pcr); in ima_store_measurement()
H A Dima_init.c88 result = ima_store_template(entry, violation, NULL, in ima_add_boot_aggregate()
H A Dima.h400 int ima_store_template(struct ima_template_entry *entry, int violation,
H A Dima_main.c1081 ret = ima_store_template(entry, violation, NULL, event_data.buf, pcr); in process_buffer_measurement()