Searched refs:s3 (Results 1 – 1 of 1) sorted by relevance
723 int64_t s3 = 2097151 & (load_4(s + 7) >> 7); in x25519_sc_reduce() local861 s3 += s15 * 666643; in x25519_sc_reduce()870 s3 += s14 * 470296; in x25519_sc_reduce()879 s3 += s13 * 654183; in x25519_sc_reduce()888 s3 -= s12 * 997805; in x25519_sc_reduce()897 s3 += carry2; in x25519_sc_reduce()915 carry3 = (s3 + (1 << 20)) >> 21; in x25519_sc_reduce()917 s3 -= int64_lshift21(carry3); in x25519_sc_reduce()934 s3 -= s12 * 997805; in x25519_sc_reduce()946 s3 += carry2; in x25519_sc_reduce()[all …]