Lines Matching refs:carry5

818     int64_t carry5;  in fe_frombytes()  local
827 carry5 = h5 + (1 << 24); h6 += carry5 >> 25; h5 -= carry5 & kTop39Bits; in fe_frombytes()
1196 int64_t carry5; in fe_mul() local
1215 carry5 = h5 + (1 << 24); h6 += carry5 >> 25; h5 -= carry5 & kTop39Bits; in fe_mul()
1370 int64_t carry5; in fe_sq() local
1380 carry5 = h5 + (1 << 24); h6 += carry5 >> 25; h5 -= carry5 & kTop39Bits; in fe_sq()
1679 int64_t carry5; in fe_sq2() local
1700 carry5 = h5 + (1 << 24); h6 += carry5 >> 25; h5 -= carry5 & kTop39Bits; in fe_sq2()
4342 int64_t carry5; in fe_mul121666() local
4351 carry5 = h5 + (1 << 24); h6 += carry5 >> 25; h5 -= carry5 & kTop39Bits; in fe_mul121666()
4651 int64_t carry5; in x25519_sc_reduce() local
4820 carry5 = (s5 + (1 << 20)) >> 21; in x25519_sc_reduce()
4821 s6 += carry5; in x25519_sc_reduce()
4822 s5 -= carry5 * (1 << 21); in x25519_sc_reduce()
4856 carry5 = s5 >> 21; in x25519_sc_reduce()
4857 s6 += carry5; in x25519_sc_reduce()
4858 s5 -= carry5 * (1 << 21); in x25519_sc_reduce()
4901 carry5 = s5 >> 21; in x25519_sc_reduce()
4902 s6 += carry5; in x25519_sc_reduce()
4903 s5 -= carry5 * (1 << 21); in x25519_sc_reduce()
5032 int64_t carry5; in sc_muladd() local
5119 carry5 = (s5 + (1 << 20)) >> 21; in sc_muladd()
5120 s6 += carry5; in sc_muladd()
5121 s5 -= carry5 * (1 << 21); in sc_muladd()
5303 carry5 = (s5 + (1 << 20)) >> 21; in sc_muladd()
5304 s6 += carry5; in sc_muladd()
5305 s5 -= carry5 * (1 << 21); in sc_muladd()
5339 carry5 = s5 >> 21; in sc_muladd()
5340 s6 += carry5; in sc_muladd()
5341 s5 -= carry5 * (1 << 21); in sc_muladd()
5384 carry5 = s5 >> 21; in sc_muladd()
5385 s6 += carry5; in sc_muladd()
5386 s5 -= carry5 * (1 << 21); in sc_muladd()