Home
last modified time | relevance | path

Searched refs:carry11 (Results 1 – 1 of 1) sorted by relevance

/mcuboot-latest/ext/fiat/src/
Dcurve25519.c755 int64_t carry11; in x25519_sc_reduce() local
835 carry11 = (s11 + (1 << 20)) >> 21; in x25519_sc_reduce()
836 s12 += carry11; in x25519_sc_reduce()
837 s11 -= int64_lshift21(carry11); in x25519_sc_reduce()
927 carry11 = (s11 + (1 << 20)) >> 21; in x25519_sc_reduce()
928 s12 += carry11; in x25519_sc_reduce()
929 s11 -= int64_lshift21(carry11); in x25519_sc_reduce()
972 carry11 = s11 >> 21; in x25519_sc_reduce()
973 s12 += carry11; in x25519_sc_reduce()
974 s11 -= int64_lshift21(carry11); in x25519_sc_reduce()