Searched refs:carry5 (Results 1 – 1 of 1) sorted by relevance
74 int64_t carry5; in fe_frombytes() local83 carry5 = h5 + (1 << 24); h6 += carry5 >> 25; h5 -= carry5 & kTop39Bits; in fe_frombytes()429 int64_t carry5; in fe_mul() local448 carry5 = h5 + (1 << 24); h6 += carry5 >> 25; h5 -= carry5 & kTop39Bits; in fe_mul()599 int64_t carry5; in fe_sq() local609 carry5 = h5 + (1 << 24); h6 += carry5 >> 25; h5 -= carry5 & kTop39Bits; in fe_sq()850 int64_t carry5; in fe_sq2() local871 carry5 = h5 + (1 << 24); h6 += carry5 >> 25; h5 -= carry5 & kTop39Bits; in fe_sq2()3822 int64_t carry5; in x25519_sc_reduce() local3991 carry5 = (s5 + (1 << 20)) >> 21; in x25519_sc_reduce()[all …]