Home
last modified time | relevance | path

Searched refs:field_show (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/security/integrity/ima/
Dima_template.c38 .field_show = ima_show_template_digest},
40 .field_show = ima_show_template_string},
42 .field_show = ima_show_template_digest_ng},
44 .field_show = ima_show_template_digest_ngv2},
46 .field_show = ima_show_template_string},
48 .field_show = ima_show_template_sig},
50 .field_show = ima_show_template_buf},
52 .field_show = ima_show_template_digest_ng},
54 .field_show = ima_show_template_sig},
56 .field_show = ima_show_template_sig},
[all …]
Dima_fs.c184 field->field_show(m, show, &e->template_data[i]); in ima_measurements_show()
248 e->template_desc->fields[i]->field_show(m, IMA_SHOW_ASCII, in ima_ascii_measurements_show()
Dima.h85 void (*field_show)(struct seq_file *m, enum ima_show_type show, member