OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:f0g3
(Results
1 - 2
of
2
) sorted by null
/external/boringssl/src/ssl/test/runner/curve25519/
curve25519.go
320
f0g3
:= int64(f0) * int64(g3)
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
327
int64_t
f0g3
= f0 * (int64_t) g3;
local
427
int64_t h3 =
f0g3
+f1g2 +f2g1 +f3g0 +f4g9_19+f5g8_19+f6g7_19+f7g6_19+f8g5_19+f9g4_19;
[
all
...]
Completed in 373 milliseconds