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_fcontract_store

Proto:static __always_inline void format_fcontract_store(u8 *output, u64 *input)

Type:void

Parameter:

TypeParameterName
u8 *output
u64 *input
720  t0 = input[0]
721  t1 = input[1]
722  t2 = input[2]
723  t3 = input[3]
724  t4 = input[4]
725  o0 = t1 << 51 | t0
726  o1 = t2 << 38 | t1 >> 13
727  o2 = t3 << 25 | t2 >> 26
728  o3 = t4 << 12 | t3 >> 39
729  b0 = output
730  b1 = output + 8
731  b2 = output + 16
732  b3 = output + 24
733  put_unaligned_le64(o0, b0)
734  put_unaligned_le64(o1, b1)
735  put_unaligned_le64(o2, b2)
736  put_unaligned_le64(o3, b3)
Caller
NameDescribe
format_fcontract