OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:f0g5
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/private/
ed25519_ref10_fe_25_5.h
412
int64_t
f0g5
= f0 * (int64_t) g5;
local
518
int64_t h5 =
f0g5
+ f1g4 + f2g3 + f3g2 + f4g1 + f5g0 + f6g9_19 + f7g8_19 +
/src/crypto/external/apache2/openssl/dist/crypto/ec/
curve25519.c
1146
int64_t
f0g5
= f0 * (int64_t)g5;
local
1246
int64_t h5 =
f0g5
+ f1g4 + f2g3 + f3g2 + f4g1 + f5g0 + f6g9_19 + f7g8_19 + f8g7_19 + f9g6_19;
/src/crypto/external/bsd/openssl/dist/crypto/ec/
curve25519.c
1086
int64_t
f0g5
= f0 * (int64_t) g5;
local
1186
int64_t h5 =
f0g5
+ f1g4 + f2g3 + f3g2 + f4g1 + f5g0 + f6g9_19 + f7g8_19 + f8g7_19 + f9g6_19;
/src/crypto/external/bsd/openssl.old/dist/crypto/ec/
curve25519.c
1076
int64_t
f0g5
= f0 * (int64_t) g5;
local
1176
int64_t h5 =
f0g5
+ f1g4 + f2g3 + f3g2 + f4g1 + f5g0 + f6g9_19 + f7g8_19 + f8g7_19 + f9g6_19;
Completed in 41 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026