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_hash_key

Proto:static inline unsigned long ima_hash_key(u8 *digest)

Type:unsigned long

Parameter:

TypeParameterName
u8 *digest
180  Return hash_long( * digest, IMA_HASH_BITS)
Caller
NameDescribe
ima_lookup_digest_entrylookup up the digest value in the hash table, and return the entry
ima_add_digest_entryma_add_template_entry helper function:* - Add template entry to the measurement list and hash table, for* all entries except those carried across kexec.* (Called with ima_extend_list_mutex held.)