Home
last modified time | relevance | path

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

/mcuboot-latest/ext/fiat/src/
Dcurve25519.c747 int64_t carry3; in x25519_sc_reduce() local
915 carry3 = (s3 + (1 << 20)) >> 21; in x25519_sc_reduce()
916 s4 += carry3; in x25519_sc_reduce()
917 s3 -= int64_lshift21(carry3); in x25519_sc_reduce()
948 carry3 = s3 >> 21; in x25519_sc_reduce()
949 s4 += carry3; in x25519_sc_reduce()
950 s3 -= int64_lshift21(carry3); in x25519_sc_reduce()
993 carry3 = s3 >> 21; in x25519_sc_reduce()
994 s4 += carry3; in x25519_sc_reduce()
995 s3 -= int64_lshift21(carry3); in x25519_sc_reduce()