函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:ima_hash_key

函数原型:static inline unsigned long ima_hash_key(u8 *digest)

返回类型:unsigned long

参数:

类型参数名称
u8 *digest
180  返回:hash_long( * digest, IMA_HASH_BITS)
调用者
名称描述
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.)