函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\keys\trusted-keys\trusted_tpm1.c Create Date:2022-07-27 20:05:46
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:trusted_shash_alloc

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

返回类型:int

参数:

1193  hmacalg等于crypto_alloc_shash(hmac_alg, 0, 0)
1194  如果是错误
1195  打印信息("trusted_key: could not allocate crypto %s\n", hmac_alg)
1197  返回:错误
1200  hashalg等于crypto_alloc_shash(hash_alg, 0, 0)
1201  如果是错误
1202  打印信息("trusted_key: could not allocate crypto %s\n", hash_alg)
1204  ret等于错误
1205  转到:hashalg_fail
1208  返回:0
1210  hashalg_fail :
1211  归零并释放信息消化处理
1212  返回:ret
调用者
名称描述
init_trusted