Home
last modified time | relevance | path

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

/mcuboot-latest/ext/fiat/src/
Dcurve25519.c732 int64_t s12 = 2097151 & (load_4(s + 31) >> 4); in x25519_sc_reduce() local
763 s12 += s23 * 470296; in x25519_sc_reduce()
772 s12 += s22 * 654183; in x25519_sc_reduce()
781 s12 -= s21 * 997805; in x25519_sc_reduce()
790 s12 += s20 * 136657; in x25519_sc_reduce()
799 s12 -= s19 * 683901; in x25519_sc_reduce()
819 carry12 = (s12 + (1 << 20)) >> 21; in x25519_sc_reduce()
821 s12 -= int64_lshift21(carry12); in x25519_sc_reduce()
836 s12 += carry11; in x25519_sc_reduce()
885 s0 += s12 * 666643; in x25519_sc_reduce()
[all …]