Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:subborrow_u26

Proto:static __always_inline u8 subborrow_u26(u8 c, u32 a, u32 b, u32 *low)

Type:u8

Parameter:

TypeParameterName
u8cbool
u32a
u32b
u32 *low
97  x = a - b - bool
98  low = x & (1 << 26) - 1
99  Return x >> 31
Caller
NameDescribe
fe_freeze