Searched refs:carry7 (Results 1 – 1 of 1) sorted by relevance
76 int64_t carry7; in fe_frombytes() local84 carry7 = h7 + (1 << 24); h8 += carry7 >> 25; h7 -= carry7 & kTop39Bits; in fe_frombytes()431 int64_t carry7; in fe_mul() local462 carry7 = h7 + (1 << 24); h8 += carry7 >> 25; h7 -= carry7 & kTop39Bits; in fe_mul()601 int64_t carry7; in fe_sq() local615 carry7 = h7 + (1 << 24); h8 += carry7 >> 25; h7 -= carry7 & kTop39Bits; in fe_sq()852 int64_t carry7; in fe_sq2() local877 carry7 = h7 + (1 << 24); h8 += carry7 >> 25; h7 -= carry7 & kTop39Bits; in fe_sq2()3824 int64_t carry7; in x25519_sc_reduce() local3902 carry7 = (s7 + (1 << 20)) >> 21; in x25519_sc_reduce()[all …]