Searched refs:load_4 (Results 1 – 1 of 1) sorted by relevance
789 static uint64_t load_4(const uint8_t *in) in load_4() function803 int64_t h0 = load_4(s); in fe_frombytes()808 int64_t h5 = load_4(s + 16); in fe_frombytes()4623 int64_t s1 = kBottom21Bits & (load_4(s + 2) >> 5); in x25519_sc_reduce()4625 int64_t s3 = kBottom21Bits & (load_4(s + 7) >> 7); in x25519_sc_reduce()4626 int64_t s4 = kBottom21Bits & (load_4(s + 10) >> 4); in x25519_sc_reduce()4628 int64_t s6 = kBottom21Bits & (load_4(s + 15) >> 6); in x25519_sc_reduce()4631 int64_t s9 = kBottom21Bits & (load_4(s + 23) >> 5); in x25519_sc_reduce()4633 int64_t s11 = kBottom21Bits & (load_4(s + 28) >> 7); in x25519_sc_reduce()4634 int64_t s12 = kBottom21Bits & (load_4(s + 31) >> 4); in x25519_sc_reduce()[all …]
Completed in 17 milliseconds