OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:g2_19
(Results
1 - 2
of
2
) sorted by null
/external/boringssl/src/ssl/test/runner/curve25519/
curve25519.go
304
g2_19
:= 19 * g2 // 1.4*2^30; still ok
399
f8g2_19 := int64(f8) * int64(
g2_19
)
409
f9g2_19 := int64(f9) * int64(
g2_19
)
/external/boringssl/src/crypto/curve25519/
curve25519.c
311
int32_t
g2_19
= 19 * g2; /* 1.959375*2^30; still ok */
local
406
int64_t f8g2_19 = f8 * (int64_t)
g2_19
;
416
int64_t f9g2_19 = f9 * (int64_t)
g2_19
;
[
all
...]
Completed in 80 milliseconds