Searched refs:carry12 (Results 1 – 1 of 1) sorted by relevance
756 int64_t carry12; in x25519_sc_reduce() local819 carry12 = (s12 + (1 << 20)) >> 21; in x25519_sc_reduce()820 s13 += carry12; in x25519_sc_reduce()821 s12 -= int64_lshift21(carry12); in x25519_sc_reduce()