Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\crypto\curve25519-hacl64.c Create Date:2022-07-28 06:46:16
Last Modify:2022-05-21 12:16:42 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:modulo_carry_top

Proto:static __always_inline void modulo_carry_top(u64 *b)

Type:void

Parameter:

TypeParameterName
u64 *b
45  b4 = b[4]
46  b0 = b[0]
47  b4_ = b4 & 0x7ffffffffffffLLU
48  b0_ = b0 + 19 * (b4 >> 51)
49  b[4] = b4_
50  b[0] = b0_
Caller
NameDescribe
format_fcontract_first_carry_full
format_fcontract_second_carry_full