Lines Matching refs:carry7
820 int64_t carry7; in fe_frombytes() local
828 carry7 = h7 + (1 << 24); h8 += carry7 >> 25; h7 -= carry7 & kTop39Bits; in fe_frombytes()
1198 int64_t carry7; in fe_mul() local
1229 carry7 = h7 + (1 << 24); h8 += carry7 >> 25; h7 -= carry7 & kTop39Bits; in fe_mul()
1372 int64_t carry7; in fe_sq() local
1386 carry7 = h7 + (1 << 24); h8 += carry7 >> 25; h7 -= carry7 & kTop39Bits; in fe_sq()
1681 int64_t carry7; in fe_sq2() local
1706 carry7 = h7 + (1 << 24); h8 += carry7 >> 25; h7 -= carry7 & kTop39Bits; in fe_sq2()
4344 int64_t carry7; in fe_mul121666() local
4352 carry7 = h7 + (1 << 24); h8 += carry7 >> 25; h7 -= carry7 & kTop39Bits; in fe_mul121666()
4653 int64_t carry7; in x25519_sc_reduce() local
4731 carry7 = (s7 + (1 << 20)) >> 21; in x25519_sc_reduce()
4732 s8 += carry7; in x25519_sc_reduce()
4733 s7 -= carry7 * (1 << 21); in x25519_sc_reduce()
4823 carry7 = (s7 + (1 << 20)) >> 21; in x25519_sc_reduce()
4824 s8 += carry7; in x25519_sc_reduce()
4825 s7 -= carry7 * (1 << 21); in x25519_sc_reduce()
4862 carry7 = s7 >> 21; in x25519_sc_reduce()
4863 s8 += carry7; in x25519_sc_reduce()
4864 s7 -= carry7 * (1 << 21); in x25519_sc_reduce()
4907 carry7 = s7 >> 21; in x25519_sc_reduce()
4908 s8 += carry7; in x25519_sc_reduce()
4909 s7 -= carry7 * (1 << 21); in x25519_sc_reduce()
5034 int64_t carry7; in sc_muladd() local
5122 carry7 = (s7 + (1 << 20)) >> 21; in sc_muladd()
5123 s8 += carry7; in sc_muladd()
5124 s7 -= carry7 * (1 << 21); in sc_muladd()
5214 carry7 = (s7 + (1 << 20)) >> 21; in sc_muladd()
5215 s8 += carry7; in sc_muladd()
5216 s7 -= carry7 * (1 << 21); in sc_muladd()
5306 carry7 = (s7 + (1 << 20)) >> 21; in sc_muladd()
5307 s8 += carry7; in sc_muladd()
5308 s7 -= carry7 * (1 << 21); in sc_muladd()
5345 carry7 = s7 >> 21; in sc_muladd()
5346 s8 += carry7; in sc_muladd()
5347 s7 -= carry7 * (1 << 21); in sc_muladd()
5390 carry7 = s7 >> 21; in sc_muladd()
5391 s8 += carry7; in sc_muladd()
5392 s7 -= carry7 * (1 << 21); in sc_muladd()