Searched refs:carry12 (Results 1 – 1 of 1) sorted by relevance
1149 int64_t carry12; in sc25519_muladd() local1215 carry12 = (s12 + (int64_t) (1L << 20)) >> 21; in sc25519_muladd()1216 s13 += carry12; in sc25519_muladd()1217 s12 -= carry12 * ((uint64_t) 1L << 21); in sc25519_muladd()1319 carry12 = (s12 + (int64_t) (1L << 20)) >> 21; in sc25519_muladd()1320 s13 += carry12; in sc25519_muladd()1321 s12 -= carry12 * ((uint64_t) 1L << 21); in sc25519_muladd()1596 int64_t carry12; in sc25519_reduce() local1653 carry12 = (s12 + (int64_t) (1L << 20)) >> 21; in sc25519_reduce()1654 s13 += carry12; in sc25519_reduce()[all …]