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:39
Last Modify:2022-05-21 12:16:42 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:format_scalar_of_point

Proto:static __always_inline void format_scalar_of_point(u8 *scalar, u64 *point)

Type:void

Parameter:

TypeParameterName
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)
Caller
NameDescribe
curve25519_generic