Searched defs:show (Results 1 - 2 of 2) sorted by relevance

/security/integrity/ima/
H A Dima_fs.c158 enum ima_show_type show = IMA_SHOW_BINARY; local
162 show = IMA_SHOW_BINARY_NO_FIELD_LEN;
164 show = IMA_SHOW_BINARY_OLD_STRING_FMT;
165 field->field_show(m, show, &e->template_data[i]);
174 .show = ima_measurements_show
236 .show = ima_ascii_measurements_show
H A Dima_template_lib.c69 enum ima_show_type show,
99 enum ima_show_type show,
103 u32 len = (show == IMA_SHOW_BINARY_OLD_STRING_FMT) ?
106 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, argument
137 ima_show_template_field_data(m, show, DATA_FMT_DIGES
68 ima_show_template_data_ascii(struct seq_file *m, enum ima_show_type show, enum data_formats datafmt, struct ima_field_data *field_data) argument
98 ima_show_template_data_binary(struct seq_file *m, enum ima_show_type show, enum data_formats datafmt, struct ima_field_data *field_data) argument
115 ima_show_template_field_data(struct seq_file *m, enum ima_show_type show, enum data_formats datafmt, struct ima_field_data *field_data) argument
140 ima_show_template_digest_ng(struct seq_file *m, enum ima_show_type show, struct ima_field_data *field_data) argument
147 ima_show_template_string(struct seq_file *m, enum ima_show_type show, struct ima_field_data *field_data) argument
153 ima_show_template_sig(struct seq_file *m, enum ima_show_type show, struct ima_field_data *field_data) argument
[all...]

Completed in 106 milliseconds