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()
3780 int64_t s1 = 2097151 & (load_4(s + 2) >> 5); in sc_reduce()
3782 int64_t s3 = 2097151 & (load_4(s + 7) >> 7); in sc_reduce()
3783 int64_t s4 = 2097151 & (load_4(s + 10) >> 4); in sc_reduce()
3785 int64_t s6 = 2097151 & (load_4(s + 15) >> 6); in sc_reduce()
3788 int64_t s9 = 2097151 & (load_4(s + 23) >> 5); in sc_reduce()
3790 int64_t s11 = 2097151 & (load_4(s + 28) >> 7); in sc_reduce()
3791 int64_t s12 = 2097151 & (load_4(s + 31) >> 4); in sc_reduce()
[all …]