Home
last modified time | relevance | path

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

/Linux-v5.4/security/integrity/ima/
Dima_api.c91 int ima_store_template(struct ima_template_entry *entry, in ima_store_template() function
153 result = ima_store_template(entry, violation, inode, in ima_add_violation()
328 result = ima_store_template(entry, violation, inode, filename, pcr); in ima_store_measurement()
Dima_init.c77 result = ima_store_template(entry, violation, NULL, in ima_add_boot_aggregate()
Dima.h225 int ima_store_template(struct ima_template_entry *entry, int violation,
Dima_main.c671 ret = ima_store_template(entry, violation, NULL, buf, pcr); in process_buffer_measurement()