Home
last modified time | relevance | path

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

/mcuboot-latest/ext/fiat/src/
Dcurve25519.c735 int64_t s15 = 2097151 & (load_3(s + 39) >> 3); in x25519_sc_reduce() local
766 s15 += s23 * 136657; in x25519_sc_reduce()
775 s15 -= s22 * 683901; in x25519_sc_reduce()
823 s15 += carry14; in x25519_sc_reduce()
841 carry15 = (s15 + (1 << 20)) >> 21; in x25519_sc_reduce()
843 s15 -= int64_lshift21(carry15); in x25519_sc_reduce()
861 s3 += s15 * 666643; in x25519_sc_reduce()
862 s4 += s15 * 470296; in x25519_sc_reduce()
863 s5 += s15 * 654183; in x25519_sc_reduce()
864 s6 -= s15 * 997805; in x25519_sc_reduce()
[all …]