OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:f3g0
(Results
1 - 2
of
2
) sorted by null
/external/boringssl/src/ssl/test/runner/curve25519/
curve25519.go
347
f3g0
:= int64(f3) * int64(g0)
420
h3 := f0g3 + f1g2 + f2g1 +
f3g0
+ f4g9_19 + f5g8_19 + f6g7_19 + f7g6_19 + f8g5_19 + f9g4_19
/external/boringssl/src/crypto/curve25519/
curve25519.c
354
int64_t
f3g0
= f3 * (int64_t) g0;
local
427
int64_t h3 = f0g3+f1g2 +f2g1 +
f3g0
+f4g9_19+f5g8_19+f6g7_19+f7g6_19+f8g5_19+f9g4_19;
[
all
...]
Completed in 1485 milliseconds