Lines Matching refs:show
80 enum ima_show_type show,
143 enum ima_show_type show,
147 u32 len = (show == IMA_SHOW_BINARY_OLD_STRING_FMT) ?
150 if (show != IMA_SHOW_BINARY_NO_FIELD_LEN) {
164 enum ima_show_type show,
168 switch (show) {
170 ima_show_template_data_ascii(m, show, datafmt, field_data);
175 ima_show_template_data_binary(m, show, datafmt, field_data);
182 void ima_show_template_digest(struct seq_file *m, enum ima_show_type show,
185 ima_show_template_field_data(m, show, DATA_FMT_DIGEST, field_data);
188 void ima_show_template_digest_ng(struct seq_file *m, enum ima_show_type show,
191 ima_show_template_field_data(m, show, DATA_FMT_DIGEST_WITH_ALGO,
195 void ima_show_template_digest_ngv2(struct seq_file *m, enum ima_show_type show,
198 ima_show_template_field_data(m, show,
203 void ima_show_template_string(struct seq_file *m, enum ima_show_type show,
206 ima_show_template_field_data(m, show, DATA_FMT_STRING, field_data);
209 void ima_show_template_sig(struct seq_file *m, enum ima_show_type show,
212 ima_show_template_field_data(m, show, DATA_FMT_HEX, field_data);
215 void ima_show_template_buf(struct seq_file *m, enum ima_show_type show,
218 ima_show_template_field_data(m, show, DATA_FMT_HEX, field_data);
221 void ima_show_template_uint(struct seq_file *m, enum ima_show_type show,
224 ima_show_template_field_data(m, show, DATA_FMT_UINT, field_data);