Searched refs:carry13 (Results 1 – 1 of 1) sorted by relevance
1150 int64_t carry13; in sc25519_muladd() local1252 carry13 = (s13 + (int64_t) (1L << 20)) >> 21; in sc25519_muladd()1253 s14 += carry13; in sc25519_muladd()1254 s13 -= carry13 * ((uint64_t) 1L << 21); in sc25519_muladd()1338 carry13 = (s13 + (int64_t) (1L << 20)) >> 21; in sc25519_muladd()1339 s14 += carry13; in sc25519_muladd()1340 s13 -= carry13 * ((uint64_t) 1L << 21); in sc25519_muladd()1597 int64_t carry13; in sc25519_reduce() local1672 carry13 = (s13 + (int64_t) (1L << 20)) >> 21; in sc25519_reduce()1673 s14 += carry13; in sc25519_reduce()[all …]