Searched refs:carry9 (Results 1 – 1 of 1) sorted by relevance
78 int64_t carry9; in fe_frombytes() local80 carry9 = h9 + (1 << 24); h0 += (carry9 >> 25) * 19; h9 -= carry9 & kTop39Bits; in fe_frombytes()433 int64_t carry9; in fe_mul() local475 carry9 = h9 + (1 << 24); h0 += (carry9 >> 25) * 19; h9 -= carry9 & kTop39Bits; in fe_mul()603 int64_t carry9; in fe_sq() local620 carry9 = h9 + (1 << 24); h0 += (carry9 >> 25) * 19; h9 -= carry9 & kTop39Bits; in fe_sq()854 int64_t carry9; in fe_sq2() local882 carry9 = h9 + (1 << 24); h0 += (carry9 >> 25) * 19; h9 -= carry9 & kTop39Bits; in fe_sq2()3826 int64_t carry9; in x25519_sc_reduce() local3905 carry9 = (s9 + (1 << 20)) >> 21; in x25519_sc_reduce()[all …]