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:LOAD_OP

Proto:static inline void LOAD_OP(int I, u32 *W, const u8 *input)

Type:void

Parameter:

TypeParameterName
intI
u32 *W
const u8 *input
38  W[I] = get_unaligned_be32((__u32 * )input + I)
Caller
NameDescribe
sha256_transform