Searched refs:carry8 (Results 1 – 1 of 1) sorted by relevance
77 int64_t carry8; in fe_frombytes() local90 carry8 = h8 + (1 << 25); h9 += carry8 >> 26; h8 -= carry8 & kTop38Bits; in fe_frombytes()432 int64_t carry8; in fe_mul() local469 carry8 = h8 + (1 << 25); h9 += carry8 >> 26; h8 -= carry8 & kTop38Bits; in fe_mul()602 int64_t carry8; in fe_sq() local618 carry8 = h8 + (1 << 25); h9 += carry8 >> 26; h8 -= carry8 & kTop38Bits; in fe_sq()853 int64_t carry8; in fe_sq2() local880 carry8 = h8 + (1 << 25); h9 += carry8 >> 26; h8 -= carry8 & kTop38Bits; in fe_sq2()3825 int64_t carry8; in x25519_sc_reduce() local3886 carry8 = (s8 + (1 << 20)) >> 21; in x25519_sc_reduce()[all …]