Searched refs:carry10 (Results 1 – 1 of 1) sorted by relevance
1100 int64_t carry10; in x25519_sc_reduce() local1162 carry10 = (s10 + (1 << 20)) >> 21; in x25519_sc_reduce()1163 s11 += carry10; in x25519_sc_reduce()1164 s10 -= int64_lshift21(carry10); in x25519_sc_reduce()1254 carry10 = (s10 + (1 << 20)) >> 21; in x25519_sc_reduce()1255 s11 += carry10; in x25519_sc_reduce()1256 s10 -= int64_lshift21(carry10); in x25519_sc_reduce()1315 carry10 = s10 >> 21; in x25519_sc_reduce()1316 s11 += carry10; in x25519_sc_reduce()1317 s10 -= int64_lshift21(carry10); in x25519_sc_reduce()[all …]