Searched refs:show (Results 1 – 8 of 8) sorted by relevance
| /security/integrity/ima/ |
| A D | ima_template_lib.h | 20 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_digest_ngv2(struct seq_file *m, enum ima_show_type show, 26 void ima_show_template_string(struct seq_file *m, enum ima_show_type show, 28 void ima_show_template_sig(struct seq_file *m, enum ima_show_type show, 30 void ima_show_template_buf(struct seq_file *m, enum ima_show_type show, 32 void ima_show_template_uint(struct seq_file *m, enum ima_show_type show,
|
| A D | ima_template_lib.c | 80 enum ima_show_type show, in ima_show_template_data_ascii() argument 143 enum ima_show_type show, in ima_show_template_data_binary() argument 147 u32 len = (show == IMA_SHOW_BINARY_OLD_STRING_FMT) ? in ima_show_template_data_binary() 150 if (show != IMA_SHOW_BINARY_NO_FIELD_LEN) { in ima_show_template_data_binary() 164 enum ima_show_type show, in ima_show_template_field_data() argument 168 switch (show) { in ima_show_template_field_data() 170 ima_show_template_data_ascii(m, show, datafmt, field_data); in ima_show_template_field_data() 175 ima_show_template_data_binary(m, show, datafmt, field_data); in ima_show_template_field_data() 191 ima_show_template_field_data(m, show, DATA_FMT_DIGEST_WITH_ALGO, in ima_show_template_digest_ng() 198 ima_show_template_field_data(m, show, in ima_show_template_digest_ngv2() [all …]
|
| A D | ima_fs.c | 185 enum ima_show_type show = IMA_SHOW_BINARY; in ima_measurements_show() local 190 show = IMA_SHOW_BINARY_NO_FIELD_LEN; in ima_measurements_show() 192 show = IMA_SHOW_BINARY_OLD_STRING_FMT; in ima_measurements_show() 193 field->field_show(m, show, &e->template_data[i]); in ima_measurements_show() 202 .show = ima_measurements_show 277 .show = ima_ascii_measurements_show 391 .show = ima_policy_show,
|
| A D | ima.h | 93 void (*field_show)(struct seq_file *m, enum ima_show_type show,
|
| /security/keys/ |
| A D | proc.c | 25 .show = proc_keys_show, 37 .show = proc_key_users_show,
|
| /security/smack/ |
| A D | smackfs.c | 618 .show = load_seq_show, 786 .show = cipso_seq_show, 986 .show = cipso2_seq_show, 1062 .show = net4addr_seq_show, 1324 .show = net6addr_seq_show, 1887 .show = onlycap_seq_show, 2228 .show = load_self_seq_show, 2360 .show = load2_seq_show, 2437 .show = load_self2_seq_show, 2709 .show = relabel_self_seq_show,
|
| /security/apparmor/ |
| A D | apparmorfs.c | 1057 int (*show)(struct seq_file *, void *)) in seq_profile_open() 1060 int error = single_open(file, show, proxy); in seq_profile_open() 1249 int (*show)(struct seq_file *, void *)) in seq_rawdata_open() 1258 error = single_open(file, show, data); in seq_rawdata_open() 2295 .show = seq_show_profile,
|
| /security/selinux/ |
| A D | selinuxfs.c | 1570 .show = sel_avc_stats_seq_show,
|
Completed in 27 milliseconds