Searched refs:load_4 (Results 1 – 3 of 3) sorted by relevance
20 load_4(const unsigned char *in) in load_4() function33 uint64_t h0 = load_4(s); in fe_frombytes()38 uint64_t h5 = load_4(s + 16); in fe_frombytes()
24 load_4(const unsigned char *in) in load_4() function1074 int64_t a1 = 2097151 & (load_4(a + 2) >> 5); in sc25519_muladd()1076 int64_t a3 = 2097151 & (load_4(a + 7) >> 7); in sc25519_muladd()1084 int64_t a11 = (load_4(a + 28) >> 7); in sc25519_muladd()1087 int64_t b1 = 2097151 & (load_4(b + 2) >> 5); in sc25519_muladd()1089 int64_t b3 = 2097151 & (load_4(b + 7) >> 7); in sc25519_muladd()1097 int64_t b11 = (load_4(b + 28) >> 7); in sc25519_muladd()1100 int64_t c1 = 2097151 & (load_4(c + 2) >> 5); in sc25519_muladd()1102 int64_t c3 = 2097151 & (load_4(c + 7) >> 7); in sc25519_muladd()1110 int64_t c11 = (load_4(c + 28) >> 7); in sc25519_muladd()[all …]
8 int64_t h0 = load_4(s); in fe25519_frombytes()13 int64_t h5 = load_4(s + 16); in fe25519_frombytes()