Home
last modified time | relevance | path

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

/mcuboot-latest/ext/fiat/src/
Dcurve25519.c756 int64_t carry12; in x25519_sc_reduce() local
819 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()