Searched refs:carry3 (Results 1 – 1 of 1) sorted by relevance
72 int64_t carry3; in fe_frombytes() local82 carry3 = h3 + (1 << 24); h4 += carry3 >> 25; h3 -= carry3 & kTop39Bits; in fe_frombytes()427 int64_t carry3; in fe_mul() local461 carry3 = h3 + (1 << 24); h4 += carry3 >> 25; h3 -= carry3 & kTop39Bits; in fe_mul()597 int64_t carry3; in fe_sq() local614 carry3 = h3 + (1 << 24); h4 += carry3 >> 25; h3 -= carry3 & kTop39Bits; in fe_sq()848 int64_t carry3; in fe_sq2() local876 carry3 = h3 + (1 << 24); h4 += carry3 >> 25; h3 -= carry3 & kTop39Bits; in fe_sq2()3820 int64_t carry3; in x25519_sc_reduce() local3988 carry3 = (s3 + (1 << 20)) >> 21; in x25519_sc_reduce()[all …]