函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:format_scalar_of_point

函数原型:static __always_inline void format_scalar_of_point(u8 *scalar, u64 *point)

返回类型:void

参数:

类型参数名称
u8 *scalar
u64 *point
749  x等于point
750  z等于point加5
751  u64 buf[10]gcc: https://gcc.gnu.org/onlinedocs/gcc/Common-Function-Attributes.html#index-aligned-function-attribute* gcc: https://gcc.gnu.org/onlinedocs/gcc/Common-Type-Attributes.html#index-aligned-type-attribute* gcc: https://gcc(32) = {0}
752  zmone等于buf
753  sc等于buf加5
754  crecip(zmone, z)
755  fmul(sc, x, zmone)
756  format_fcontract(scalar, sc)
调用者
名称描述
curve25519_generic