函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:init_profile_hash

函数原型:static int __init init_profile_hash(void)

返回类型:int

参数:

106  如果非Flag indicating whether initialization completed 则返回:0
109  tfm等于crypto_alloc_shash("sha1", 0, 0)
110  如果是错误
111  error等于错误
112  AA_ERROR("failed to setup profile sha1 hashing: %d\n", error)
113  返回:error
115  apparmor_tfm等于tfm
116  apparmor_hash_size等于获得消息文摘大小
118  aa_info_message - log a none profile related status message*@str: message to log
120  返回:0