Searched refs:carry6 (Results 1 – 1 of 1) sorted by relevance
75 int64_t carry6; in fe_frombytes() local89 carry6 = h6 + (1 << 25); h7 += carry6 >> 26; h6 -= carry6 & kTop38Bits; in fe_frombytes()430 int64_t carry6; in fe_mul() local455 carry6 = h6 + (1 << 25); h7 += carry6 >> 26; h6 -= carry6 & kTop38Bits; in fe_mul()600 int64_t carry6; in fe_sq() local612 carry6 = h6 + (1 << 25); h7 += carry6 >> 26; h6 -= carry6 & kTop38Bits; in fe_sq()851 int64_t carry6; in fe_sq2() local874 carry6 = h6 + (1 << 25); h7 += carry6 >> 26; h6 -= carry6 & kTop38Bits; in fe_sq2()3823 int64_t carry6; in x25519_sc_reduce() local3883 carry6 = (s6 + (1 << 20)) >> 21; in x25519_sc_reduce()[all …]