Home
last modified time | relevance | path

Searched refs:ima_htable (Results 1 – 5 of 5) sorted by relevance

/security/integrity/ima/
A Dima_queue.c36 struct ima_h_table ima_htable = { variable
64 hlist_for_each_entry_rcu(qe, &ima_htable.queue[key], hnext) { in ima_lookup_digest_entry()
116 atomic_long_inc(&ima_htable.len); in ima_add_digest_entry()
119 hlist_add_head_rcu(&qe->hnext, &ima_htable.queue[key]); in ima_add_digest_entry()
A Dima_fs.c55 return ima_show_htable_value(buf, count, ppos, &ima_htable.violations); in ima_show_htable_violations()
67 return ima_show_htable_value(buf, count, ppos, &ima_htable.len); in ima_show_measurements_count()
A Dima_kexec.c44 len = atomic_long_read(&ima_htable.len); in ima_measure_kexec_event()
A Dima_api.c147 atomic_long_inc(&ima_htable.violations); in ima_add_violation()
A Dima.h305 extern struct ima_h_table ima_htable;

Completed in 8 milliseconds