Searched refs:int64_lshift21 (Results 1 – 1 of 1) sorted by relevance
1051 static inline int64_t int64_lshift21(int64_t a) { in int64_lshift21() function1158 s6 -= int64_lshift21(carry6); in x25519_sc_reduce()1161 s8 -= int64_lshift21(carry8); in x25519_sc_reduce()1164 s10 -= int64_lshift21(carry10); in x25519_sc_reduce()1167 s12 -= int64_lshift21(carry12); in x25519_sc_reduce()1170 s14 -= int64_lshift21(carry14); in x25519_sc_reduce()1173 s16 -= int64_lshift21(carry16); in x25519_sc_reduce()1177 s7 -= int64_lshift21(carry7); in x25519_sc_reduce()1180 s9 -= int64_lshift21(carry9); in x25519_sc_reduce()1183 s11 -= int64_lshift21(carry11); in x25519_sc_reduce()[all …]