Searched refs:carry6 (Results 1 – 1 of 1) sorted by relevance
1096 int64_t carry6; in x25519_sc_reduce() local1156 carry6 = (s6 + (1 << 20)) >> 21; in x25519_sc_reduce()1157 s7 += carry6; in x25519_sc_reduce()1158 s6 -= int64_lshift21(carry6); in x25519_sc_reduce()1248 carry6 = (s6 + (1 << 20)) >> 21; in x25519_sc_reduce()1249 s7 += carry6; in x25519_sc_reduce()1250 s6 -= int64_lshift21(carry6); in x25519_sc_reduce()1303 carry6 = s6 >> 21; in x25519_sc_reduce()1304 s7 += carry6; in x25519_sc_reduce()1305 s6 -= int64_lshift21(carry6); in x25519_sc_reduce()[all …]