Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\digsig.c Create Date:2022-07-28 07:20:02
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:digsig_init

Proto:static int __init digsig_init(void)

Type:int

Parameter:Nothing

261  shash = crypto_alloc_shash("sha1", 0, 0)
262  If IS_ERR(shash) Then
263  pr_err("shash allocation failed\n")
264  Return PTR_ERR(shash)
267  Return 0