Home
last modified time | relevance | path

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

/mcuboot-3.4.0/ext/fiat/src/
Dcurve25519.c737 int64_t s16 = 2097151 & load_3(s + 42); in x25519_sc_reduce() local
768 s16 -= s23 * 683901; in x25519_sc_reduce()
826 carry16 = (s16 + (1 << 20)) >> 21; in x25519_sc_reduce()
828 s16 -= int64_lshift21(carry16); in x25519_sc_reduce()
843 s16 += carry15; in x25519_sc_reduce()
854 s4 += s16 * 666643; in x25519_sc_reduce()
855 s5 += s16 * 470296; in x25519_sc_reduce()
856 s6 += s16 * 654183; in x25519_sc_reduce()
857 s7 -= s16 * 997805; in x25519_sc_reduce()
858 s8 += s16 * 136657; in x25519_sc_reduce()
[all …]