Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Maj

Proto:static inline u32 Maj(u32 x, u32 y, u32 z)

Type:u32

Parameter:

TypeParameterName
u32x
u32y
u32z
28  Return x & y | z & (x | y)
Caller
NameDescribe
sha256_transform