Home
last modified time | relevance | path

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

/mcuboot-latest/ext/fiat/src/
Dcurve25519.c705 static inline int64_t int64_lshift21(int64_t a) { in int64_lshift21() function
812 s6 -= int64_lshift21(carry6); in x25519_sc_reduce()
815 s8 -= int64_lshift21(carry8); in x25519_sc_reduce()
818 s10 -= int64_lshift21(carry10); in x25519_sc_reduce()
821 s12 -= int64_lshift21(carry12); in x25519_sc_reduce()
824 s14 -= int64_lshift21(carry14); in x25519_sc_reduce()
827 s16 -= int64_lshift21(carry16); in x25519_sc_reduce()
831 s7 -= int64_lshift21(carry7); in x25519_sc_reduce()
834 s9 -= int64_lshift21(carry9); in x25519_sc_reduce()
837 s11 -= int64_lshift21(carry11); in x25519_sc_reduce()
[all …]