Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:print in ascii

Proto:static int ima_ascii_measurements_show(struct seq_file *m, void *v)

Type:int

Parameter:

TypeParameterName
struct seq_file *m
void *v
221  qe = v
227  e = entry
228  If (e == NULL) Then Return -1
231  template_name = If name[0] != '\0' Then name Else fmt
235  seq_printf(m, "%2d ", pcr)
238  ima_print_digest(m, sha1 or md5 measurement hash , Max TPM v1.2 PCR size )
241  seq_printf(m, " %s", template_name)
244  When i < num_fields cycle
245  seq_puts(m, " ")
246  If len == 0 Then Continue
249  field_show(m, IMA_SHOW_ASCII, & template related data [i])
252  seq_puts(m, "\n")
253  Return 0