Home
last modified time | relevance | path

Searched refs:show (Results 1 – 8 of 8) sorted by relevance

/security/integrity/ima/
Dima_template_lib.c67 enum ima_show_type show, in ima_show_template_data_ascii() argument
129 enum ima_show_type show, in ima_show_template_data_binary() argument
133 u32 len = (show == IMA_SHOW_BINARY_OLD_STRING_FMT) ? in ima_show_template_data_binary()
136 if (show != IMA_SHOW_BINARY_NO_FIELD_LEN) { in ima_show_template_data_binary()
150 enum ima_show_type show, in ima_show_template_field_data() argument
154 switch (show) { in ima_show_template_field_data()
156 ima_show_template_data_ascii(m, show, datafmt, field_data); in ima_show_template_field_data()
161 ima_show_template_data_binary(m, show, datafmt, field_data); in ima_show_template_field_data()
168 void ima_show_template_digest(struct seq_file *m, enum ima_show_type show, in ima_show_template_digest() argument
171 ima_show_template_field_data(m, show, DATA_FMT_DIGEST, field_data); in ima_show_template_digest()
[all …]
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_string(struct seq_file *m, enum ima_show_type show,
26 void ima_show_template_sig(struct seq_file *m, enum ima_show_type show,
28 void ima_show_template_buf(struct seq_file *m, enum ima_show_type show,
30 void ima_show_template_uint(struct seq_file *m, enum ima_show_type show,
Dima_fs.c176 enum ima_show_type show = IMA_SHOW_BINARY; in ima_measurements_show() local
181 show = IMA_SHOW_BINARY_NO_FIELD_LEN; in ima_measurements_show()
183 show = IMA_SHOW_BINARY_OLD_STRING_FMT; in ima_measurements_show()
184 field->field_show(m, show, &e->template_data[i]); in ima_measurements_show()
193 .show = ima_measurements_show
259 .show = ima_ascii_measurements_show
378 .show = ima_policy_show,
Dima.h85 void (*field_show)(struct seq_file *m, enum ima_show_type show,
/security/keys/
Dproc.c25 .show = proc_keys_show,
37 .show = proc_key_users_show,
/security/smack/
Dsmackfs.c633 .show = load_seq_show,
801 .show = cipso_seq_show,
997 .show = cipso2_seq_show,
1073 .show = net4addr_seq_show,
1337 .show = net6addr_seq_show,
1901 .show = onlycap_seq_show,
2240 .show = load_self_seq_show,
2372 .show = load2_seq_show,
2449 .show = load_self2_seq_show,
2721 .show = relabel_self_seq_show,
/security/apparmor/
Dapparmorfs.c1045 int (*show)(struct seq_file *, void *)) in seq_profile_open()
1048 int error = single_open(file, show, proxy); in seq_profile_open()
1223 int (*show)(struct seq_file *, void *)) in seq_rawdata_open()
1232 error = single_open(file, show, data); in seq_rawdata_open()
2265 .show = seq_show_profile,
/security/selinux/
Dselinuxfs.c1664 .show = sel_avc_stats_seq_show,