Home
last modified time | relevance | path

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

/mcuboot-latest/ext/fiat/src/
Dcurve25519.c746 int64_t carry2; in x25519_sc_reduce() local
896 carry2 = (s2 + (1 << 20)) >> 21; in x25519_sc_reduce()
897 s3 += carry2; in x25519_sc_reduce()
898 s2 -= int64_lshift21(carry2); in x25519_sc_reduce()
945 carry2 = s2 >> 21; in x25519_sc_reduce()
946 s3 += carry2; in x25519_sc_reduce()
947 s2 -= int64_lshift21(carry2); in x25519_sc_reduce()
990 carry2 = s2 >> 21; in x25519_sc_reduce()
991 s3 += carry2; in x25519_sc_reduce()
992 s2 -= int64_lshift21(carry2); in x25519_sc_reduce()