Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\integrity\ima\ima_template_lib.c Create Date:2022-07-28 19:59:13
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:ima_show_template_field_data

Proto:static void ima_show_template_field_data(struct seq_file *m, enum ima_show_type show, enum data_formats datafmt, struct ima_field_data *field_data)

Type:void

Parameter:

TypeParameterName
struct seq_file *m
enum ima_show_typeshow
enum data_formatsdatafmt
struct ima_field_data *field_data
123  Case show == IMA_SHOW_ASCII
124  ima_show_template_data_ascii(m, show, datafmt, field_data)
125  Break
126  Case show == IMA_SHOW_BINARY
127  Case show == IMA_SHOW_BINARY_NO_FIELD_LEN
128  Case show == IMA_SHOW_BINARY_OLD_STRING_FMT
129  ima_show_template_data_binary(m, show, datafmt, field_data)
130  Break
131  Default
132  Break
Caller
NameDescribe
ima_show_template_digest
ima_show_template_digest_ng
ima_show_template_string
ima_show_template_sig
ima_show_template_buf