函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:fscalar

函数原型:static __always_inline void fscalar(u64 *output, u64 *b, u64 s)

返回类型:void

参数:

类型参数名称
u64 *output
u64 *b
u64s
405  xi等于b[0]
406  tmp[0]等于xis
409  xi等于b[1]
410  tmp[1]等于xis
413  xi等于b[2]
414  tmp[2]等于xis
417  xi等于b[3]
418  tmp[3]等于xis
421  xi等于b[4]
422  tmp[4]等于xis
424  fproduct_carry_wide_(tmp)
425  b4等于tmp[4]
426  b0等于tmp[0]
427  b4_等于b4按位与0x7ffffffffffffLLU
428  b0_等于b0加19乘b4右移51位的值
429  tmp[4]等于b4_
430  tmp[0]等于b0_
431  fproduct_copy_from_wide_(output, tmp)
调用者
名称描述
addanddouble_fmonty