Searched refs:show (Results 1 – 8 of 8) sorted by relevance
/security/integrity/ima/ |
D | ima_template_lib.c | 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() [all …]
|
D | ima_template_lib.h | 24 void ima_show_template_digest(struct seq_file *m, enum ima_show_type show, 26 void ima_show_template_digest_ng(struct seq_file *m, enum ima_show_type show, 28 void ima_show_template_string(struct seq_file *m, enum ima_show_type show, 30 void ima_show_template_sig(struct seq_file *m, enum ima_show_type show,
|
D | ima_fs.c | 178 enum ima_show_type show = IMA_SHOW_BINARY; in ima_measurements_show() local 182 show = IMA_SHOW_BINARY_NO_FIELD_LEN; in ima_measurements_show() 184 show = IMA_SHOW_BINARY_OLD_STRING_FMT; in ima_measurements_show() 185 field->field_show(m, show, &e->template_data[i]); in ima_measurements_show() 194 .show = ima_measurements_show 260 .show = ima_ascii_measurements_show 376 .show = ima_policy_show,
|
D | ima.h | 82 void (*field_show)(struct seq_file *m, enum ima_show_type show,
|
/security/keys/ |
D | proc.c | 31 .show = proc_keys_show, 51 .show = proc_key_users_show,
|
/security/smack/ |
D | smackfs.c | 661 .show = load_seq_show, 831 .show = cipso_seq_show, 1004 .show = cipso2_seq_show, 1080 .show = net4addr_seq_show, 1344 .show = net6addr_seq_show, 1904 .show = onlycap_seq_show, 2237 .show = load_self_seq_show, 2366 .show = load2_seq_show, 2443 .show = load_self2_seq_show, 2711 .show = relabel_self_seq_show,
|
/security/apparmor/ |
D | apparmorfs.c | 1049 int (*show)(struct seq_file *, void *)) in seq_profile_open() 1052 int error = single_open(file, show, proxy); in seq_profile_open() 1227 int (*show)(struct seq_file *, void *)) in seq_rawdata_open() 1236 error = single_open(file, show, data); in seq_rawdata_open() 2118 .show = seq_show_profile,
|
/security/selinux/ |
D | selinuxfs.c | 1470 .show = sel_avc_stats_seq_show,
|