Searched refs:carry15 (Results 1 – 1 of 1) sorted by relevance
759 int64_t carry15; in x25519_sc_reduce() local841 carry15 = (s15 + (1 << 20)) >> 21; in x25519_sc_reduce()842 s16 += carry15; in x25519_sc_reduce()843 s15 -= int64_lshift21(carry15); in x25519_sc_reduce()