OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:load_3
(Results
1 - 1
of
1
) sorted by null
/external/boringssl/src/crypto/curve25519/
curve25519.c
40
static uint64_t
load_3
(const uint8_t *in) {
function
60
int64_t h1 =
load_3
(s + 4) << 6;
61
int64_t h2 =
load_3
(s + 7) << 5;
62
int64_t h3 =
load_3
(s + 10) << 3;
63
int64_t h4 =
load_3
(s + 13) << 2;
65
int64_t h6 =
load_3
(s + 20) << 7;
66
int64_t h7 =
load_3
(s + 23) << 5;
67
int64_t h8 =
load_3
(s + 26) << 4;
68
int64_t h9 = (
load_3
(s + 29) & 8388607) << 2;
[
all
...]
Completed in 220 milliseconds