Searched refs:carry13 (Results 1 – 1 of 1) sorted by relevance
757 int64_t carry13; in x25519_sc_reduce() local838 carry13 = (s13 + (1 << 20)) >> 21; in x25519_sc_reduce()839 s14 += carry13; in x25519_sc_reduce()840 s13 -= int64_lshift21(carry13); in x25519_sc_reduce()