Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:ima_get_modsig_digest

Proto:static inline int ima_get_modsig_digest(const struct modsig *modsig, enum hash_algo *algo, const u8 **digest, unsigned int *digest_size)

Type:int

Parameter:

TypeParameterName
const struct modsig *modsig
enum hash_algo *algo
const u8 **digest
unsigned int *digest_size
356  Return -EOPNOTSUPP
Caller
NameDescribe
ima_eventdigest_modsig_initThis function writes the digest of the file which is expected to match the* digest contained in the file's appended signature.