Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:sha_init - initialize the vectors for a SHA1 digest*@buf: vector to initialize

Proto:void sha_init(__u32 *buf)

Type:void

Parameter:

TypeParameterName
__u32 *buf
196  buf[0] = 0x67452301
197  buf[1] = 0xefcdab89
198  buf[2] = 0x98badcfe
199  buf[3] = 0x10325476
200  buf[4] = 0xc3d2e1f0