Searched refs:ima_show_type (Results 1 – 4 of 4) sorted by relevance
/security/integrity/ima/ |
D | ima_template_lib.h | 24 void ima_show_template_digest(struct seq_file *m, enum ima_show_type show, 26 void ima_show_template_digest_ng(struct seq_file *m, enum ima_show_type show, 28 void ima_show_template_string(struct seq_file *m, enum ima_show_type show, 30 void ima_show_template_sig(struct seq_file *m, enum ima_show_type show,
|
D | ima_template_lib.c | 68 enum ima_show_type show, in ima_show_template_data_ascii() 99 enum ima_show_type show, in ima_show_template_data_binary() 119 enum ima_show_type show, in ima_show_template_field_data() 137 void ima_show_template_digest(struct seq_file *m, enum ima_show_type show, in ima_show_template_digest() 143 void ima_show_template_digest_ng(struct seq_file *m, enum ima_show_type show, in ima_show_template_digest_ng() 150 void ima_show_template_string(struct seq_file *m, enum ima_show_type show, in ima_show_template_string() 156 void ima_show_template_sig(struct seq_file *m, enum ima_show_type show, in ima_show_template_sig()
|
D | ima.h | 35 enum ima_show_type { IMA_SHOW_BINARY, IMA_SHOW_BINARY_NO_FIELD_LEN, enum 82 void (*field_show)(struct seq_file *m, enum ima_show_type show,
|
D | ima_fs.c | 178 enum ima_show_type show = IMA_SHOW_BINARY; in ima_measurements_show()
|