Home
last modified time | relevance | path

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

/mcuboot-latest/ext/fiat/src/
Dcurve25519.c725 int64_t s5 = 2097151 & (load_3(s + 13) >> 1); in x25519_sc_reduce() local
845 s5 += s17 * 666643; in x25519_sc_reduce()
854 s5 += s16 * 470296; in x25519_sc_reduce()
863 s5 += s15 * 654183; in x25519_sc_reduce()
872 s5 -= s14 * 997805; in x25519_sc_reduce()
881 s5 += s13 * 136657; in x25519_sc_reduce()
890 s5 -= s12 * 683901; in x25519_sc_reduce()
900 s5 += carry4; in x25519_sc_reduce()
918 carry5 = (s5 + (1 << 20)) >> 21; in x25519_sc_reduce()
920 s5 -= int64_lshift21(carry5); in x25519_sc_reduce()
[all …]