Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:libcrc32c_mod_init

Proto:static int __init libcrc32c_mod_init(void)

Type:int

Parameter:Nothing

59  tfm = crypto_alloc_shash("crc32c", 0, 0)
60  Return PTR_ERR_OR_ZERO(tfm)