Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\verity\fsverity_private.h Create Date:2022-07-28 20:24:24
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:signature.c

Proto:static inline int fsverity_verify_signature(const struct fsverity_info *vi, const struct fsverity_descriptor *desc, size_t desc_size)

Type:int

Parameter:

TypeParameterName
const struct fsverity_info *vi
const struct fsverity_descriptor *desc
size_tdesc_size
171  Return 0
Caller
NameDescribe
fsverity_create_infoValidate the given fsverity_descriptor and create a new fsverity_info from* it. The signature (if present) is also checked.