Lines Matching refs:load_4

48 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()
3807 int64_t s14 = 2097151 & (load_4(s + 36) >> 6); in x25519_sc_reduce()
3810 int64_t s17 = 2097151 & (load_4(s + 44) >> 5); in x25519_sc_reduce()
3812 int64_t s19 = 2097151 & (load_4(s + 49) >> 7); in x25519_sc_reduce()
3813 int64_t s20 = 2097151 & (load_4(s + 52) >> 4); in x25519_sc_reduce()
3815 int64_t s22 = 2097151 & (load_4(s + 57) >> 6); in x25519_sc_reduce()
3816 int64_t s23 = (load_4(s + 60) >> 3); in x25519_sc_reduce()
4136 int64_t a1 = 2097151 & (load_4(a + 2) >> 5); in sc_muladd()
4138 int64_t a3 = 2097151 & (load_4(a + 7) >> 7); in sc_muladd()
4139 int64_t a4 = 2097151 & (load_4(a + 10) >> 4); in sc_muladd()
4141 int64_t a6 = 2097151 & (load_4(a + 15) >> 6); in sc_muladd()
4144 int64_t a9 = 2097151 & (load_4(a + 23) >> 5); in sc_muladd()
4146 int64_t a11 = (load_4(a + 28) >> 7); in sc_muladd()
4148 int64_t b1 = 2097151 & (load_4(b + 2) >> 5); in sc_muladd()
4150 int64_t b3 = 2097151 & (load_4(b + 7) >> 7); in sc_muladd()
4151 int64_t b4 = 2097151 & (load_4(b + 10) >> 4); in sc_muladd()
4153 int64_t b6 = 2097151 & (load_4(b + 15) >> 6); in sc_muladd()
4156 int64_t b9 = 2097151 & (load_4(b + 23) >> 5); in sc_muladd()
4158 int64_t b11 = (load_4(b + 28) >> 7); in sc_muladd()
4160 int64_t c1 = 2097151 & (load_4(c + 2) >> 5); in sc_muladd()
4162 int64_t c3 = 2097151 & (load_4(c + 7) >> 7); in sc_muladd()
4163 int64_t c4 = 2097151 & (load_4(c + 10) >> 4); in sc_muladd()
4165 int64_t c6 = 2097151 & (load_4(c + 15) >> 6); in sc_muladd()
4168 int64_t c9 = 2097151 & (load_4(c + 23) >> 5); in sc_muladd()
4170 int64_t c11 = (load_4(c + 28) >> 7); in sc_muladd()