函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\integrity\ima\ima_template_lib.c Create Date:2022-07-27 22:05:33
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:ima_show_template_data_binary

函数原型:static void ima_show_template_data_binary(struct seq_file *m, enum ima_show_type show, enum data_formats datafmt, struct ima_field_data *field_data)

返回类型:void

参数:

类型参数名称
struct seq_file *m
enum ima_show_typeshow
enum data_formatsdatafmt
struct ima_field_data *field_data
102  len等于如果show恒等于IMA_SHOW_BINARY_OLD_STRING_FMTstrlen - Find the length of a string*@s: The string to be sized否则len
105  如果show不等于IMA_SHOW_BINARY_NO_FIELD_LEN
106  field_len等于如果非ima_canonical_fmtlen否则cpu_to_le32(len)
108  ima_putc(m, & field_len, field_len的长度)
111  如果非len则返回
114  ima_putc(m, data, len)
调用者
名称描述
ima_show_template_field_data