Searched refs:carry1 (Results 1 – 1 of 1) sorted by relevance
70 int64_t carry1; in fe_frombytes() local81 carry1 = h1 + (1 << 24); h2 += carry1 >> 25; h1 -= carry1 & kTop39Bits; in fe_frombytes()425 int64_t carry1; in fe_mul() local447 carry1 = h1 + (1 << 24); h2 += carry1 >> 25; h1 -= carry1 & kTop39Bits; in fe_mul()595 int64_t carry1; in fe_sq() local608 carry1 = h1 + (1 << 24); h2 += carry1 >> 25; h1 -= carry1 & kTop39Bits; in fe_sq()846 int64_t carry1; in fe_sq2() local870 carry1 = h1 + (1 << 24); h2 += carry1 >> 25; h1 -= carry1 & kTop39Bits; in fe_sq2()3818 int64_t carry1; in x25519_sc_reduce() local3985 carry1 = (s1 + (1 << 20)) >> 21; in x25519_sc_reduce()[all …]