Home
last modified time | relevance | path

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

/mcuboot-latest/ext/fiat/src/
Dcurve25519.c727 int64_t s7 = 2097151 & (load_3(s + 18) >> 3); in x25519_sc_reduce() local
794 s7 += s19 * 666643; in x25519_sc_reduce()
803 s7 += s18 * 470296; in x25519_sc_reduce()
811 s7 += carry6; in x25519_sc_reduce()
829 carry7 = (s7 + (1 << 20)) >> 21; in x25519_sc_reduce()
831 s7 -= int64_lshift21(carry7); in x25519_sc_reduce()
847 s7 += s17 * 654183; in x25519_sc_reduce()
856 s7 -= s16 * 997805; in x25519_sc_reduce()
865 s7 += s15 * 136657; in x25519_sc_reduce()
874 s7 -= s14 * 683901; in x25519_sc_reduce()
[all …]