Lines Matching refs:show
68 enum ima_show_type show, in ima_show_template_data_ascii() argument
99 enum ima_show_type show, in ima_show_template_data_binary() argument
103 u32 len = (show == IMA_SHOW_BINARY_OLD_STRING_FMT) ? in ima_show_template_data_binary()
106 if (show != IMA_SHOW_BINARY_NO_FIELD_LEN) { in ima_show_template_data_binary()
119 enum ima_show_type show, in ima_show_template_field_data() argument
123 switch (show) { in ima_show_template_field_data()
125 ima_show_template_data_ascii(m, show, datafmt, field_data); in ima_show_template_field_data()
130 ima_show_template_data_binary(m, show, datafmt, field_data); 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() argument
140 ima_show_template_field_data(m, show, DATA_FMT_DIGEST, field_data); 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() argument
146 ima_show_template_field_data(m, show, DATA_FMT_DIGEST_WITH_ALGO, 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() argument
153 ima_show_template_field_data(m, show, DATA_FMT_STRING, field_data); 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() argument
159 ima_show_template_field_data(m, show, DATA_FMT_HEX, field_data); in ima_show_template_sig()