Lines Matching refs:show
64 enum ima_show_type show,
96 enum ima_show_type show,
100 u32 len = (show == IMA_SHOW_BINARY_OLD_STRING_FMT) ?
103 if (show != IMA_SHOW_BINARY_NO_FIELD_LEN) {
116 enum ima_show_type show,
120 switch (show) {
122 ima_show_template_data_ascii(m, show, datafmt, field_data);
127 ima_show_template_data_binary(m, show, datafmt, field_data);
134 void ima_show_template_digest(struct seq_file *m, enum ima_show_type show,
137 ima_show_template_field_data(m, show, DATA_FMT_DIGEST, field_data);
140 void ima_show_template_digest_ng(struct seq_file *m, enum ima_show_type show,
143 ima_show_template_field_data(m, show, DATA_FMT_DIGEST_WITH_ALGO,
147 void ima_show_template_string(struct seq_file *m, enum ima_show_type show,
150 ima_show_template_field_data(m, show, DATA_FMT_STRING, field_data);
153 void ima_show_template_sig(struct seq_file *m, enum ima_show_type show,
156 ima_show_template_field_data(m, show, DATA_FMT_HEX, field_data);
159 void ima_show_template_buf(struct seq_file *m, enum ima_show_type show,
162 ima_show_template_field_data(m, show, DATA_FMT_HEX, field_data);