Home
last modified time | relevance | path

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

/mcuboot-latest/ext/fiat/src/
Dcurve25519.c753 int64_t carry9; in x25519_sc_reduce() local
832 carry9 = (s9 + (1 << 20)) >> 21; in x25519_sc_reduce()
833 s10 += carry9; in x25519_sc_reduce()
834 s9 -= int64_lshift21(carry9); in x25519_sc_reduce()
924 carry9 = (s9 + (1 << 20)) >> 21; in x25519_sc_reduce()
925 s10 += carry9; in x25519_sc_reduce()
926 s9 -= int64_lshift21(carry9); in x25519_sc_reduce()
966 carry9 = s9 >> 21; in x25519_sc_reduce()
967 s10 += carry9; in x25519_sc_reduce()
968 s9 -= int64_lshift21(carry9); in x25519_sc_reduce()
[all …]