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

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

Type:u32

Parameter:

TypeParameterName
u32x
u32y
u32z
23  Return z ^ x & (y ^ z)
Caller
NameDescribe
sha256_transform