Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:BLEND_OP

Proto:static inline void BLEND_OP(int I, u32 *W)

Type:void

Parameter:

TypeParameterName
intI
u32 *W
43  W[I] = s1(W[I - 2]) + W[I - 7] + s0(W[I - 15]) + W[I - 16]
Caller
NameDescribe
sha256_transform