Home
last modified time | relevance | path

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

/linux/security/integrity/ima/
H A Dima_template_lib.h20 void ima_show_template_digest(struct seq_file *m, enum ima_show_type show,
22 void ima_show_template_digest_ng(struct seq_file *m, enum ima_show_type show,
24 void ima_show_template_digest_ngv2(struct seq_file *m, enum ima_show_type show,
26 void ima_show_template_string(struct seq_file *m, enum ima_show_type show,
28 void ima_show_template_sig(struct seq_file *m, enum ima_show_type show,
30 void ima_show_template_buf(struct seq_file *m, enum ima_show_type show,
32 void ima_show_template_uint(struct seq_file *m, enum ima_show_type show,
H A Dima_template_lib.c80 enum ima_show_type show, in ima_show_template_data_ascii()
143 enum ima_show_type show, in ima_show_template_data_binary()
164 enum ima_show_type show, in ima_show_template_field_data()
182 void ima_show_template_digest(struct seq_file *m, enum ima_show_type show, in ima_show_template_digest()
188 void ima_show_template_digest_ng(struct seq_file *m, enum ima_show_type show, in ima_show_template_digest_ng()
195 void ima_show_template_digest_ngv2(struct seq_file *m, enum ima_show_type show, in ima_show_template_digest_ngv2()
203 void ima_show_template_string(struct seq_file *m, enum ima_show_type show, in ima_show_template_string()
209 void ima_show_template_sig(struct seq_file *m, enum ima_show_type show, in ima_show_template_sig()
215 void ima_show_template_buf(struct seq_file *m, enum ima_show_type show, in ima_show_template_buf()
221 void ima_show_template_uint(struct seq_file *m, enum ima_show_type show, in ima_show_template_uint()
H A Dima.h27 enum ima_show_type { IMA_SHOW_BINARY, IMA_SHOW_BINARY_NO_FIELD_LEN, enum
93 void (*field_show)(struct seq_file *m, enum ima_show_type show,
H A Dima_fs.c206 enum ima_show_type show = IMA_SHOW_BINARY; in ima_measurements_show()