Home
last modified time | relevance | path

Searched refs:load_4 (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/crypto/curve25519/
Dcurve25519.c48 static uint64_t load_4(const uint8_t *in) { in load_4() function
59 int64_t h0 = load_4(s); in fe_frombytes()
64 int64_t h5 = load_4(s + 16); in fe_frombytes()
3794 int64_t s1 = 2097151 & (load_4(s + 2) >> 5); in x25519_sc_reduce()
3796 int64_t s3 = 2097151 & (load_4(s + 7) >> 7); in x25519_sc_reduce()
3797 int64_t s4 = 2097151 & (load_4(s + 10) >> 4); in x25519_sc_reduce()
3799 int64_t s6 = 2097151 & (load_4(s + 15) >> 6); in x25519_sc_reduce()
3802 int64_t s9 = 2097151 & (load_4(s + 23) >> 5); in x25519_sc_reduce()
3804 int64_t s11 = 2097151 & (load_4(s + 28) >> 7); in x25519_sc_reduce()
3805 int64_t s12 = 2097151 & (load_4(s + 31) >> 4); in x25519_sc_reduce()
[all …]