函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\crypto\curve25519-hacl64.c Create Date:2022-07-27 07:43:55
Last Modify:2022-05-21 12:16:42 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:fproduct_carry_wide_

函数原型:static __always_inline void fproduct_carry_wide_(u128 *tmp)

返回类型:void

参数:

类型参数名称
u128 *tmp
90  ctr等于0
91  tctr等于tmp[ctr]
92  tctrp1等于tmp[ctr + 1]
93  r0等于tctr按位与0x7ffffffffffffLLU
94  c等于tctr右移51位
95  tmp[ctr]等于r0
96  tmp[ctr + 1]等于tctrp1c
99  ctr等于1
100  tctr等于tmp[ctr]
101  tctrp1等于tmp[ctr + 1]
102  r0等于tctr按位与0x7ffffffffffffLLU
103  c等于tctr右移51位
104  tmp[ctr]等于r0
105  tmp[ctr + 1]等于tctrp1c
109  ctr等于2
110  tctr等于tmp[ctr]
111  tctrp1等于tmp[ctr + 1]
112  r0等于tctr按位与0x7ffffffffffffLLU
113  c等于tctr右移51位
114  tmp[ctr]等于r0
115  tmp[ctr + 1]等于tctrp1c
118  ctr等于3
119  tctr等于tmp[ctr]
120  tctrp1等于tmp[ctr + 1]
121  r0等于tctr按位与0x7ffffffffffffLLU
122  c等于tctr右移51位
123  tmp[ctr]等于r0
124  tmp[ctr + 1]等于tctrp1c
调用者
名称描述
fmul_fmul
fsquare_fsquare_
fscalar