Searched refs:h7 (Results 1 – 4 of 4) sorted by relevance
15 int64_t h7 = load_3(s + 23) << 5; in fe25519_frombytes() local42 carry7 = (h7 + (int64_t)(1L << 24)) >> 25; in fe25519_frombytes()44 h7 -= carry7 * ((uint64_t) 1L << 25); in fe25519_frombytes()56 h7 += carry6; in fe25519_frombytes()69 h[7] = (int32_t) h7; in fe25519_frombytes()109 int32_t h7 = f[7]; in fe25519_reduce() local124 q = (h7 + q) >> 25; in fe25519_reduce()151 h7 += carry6; in fe25519_reduce()153 carry7 = h7 >> 25; in fe25519_reduce()155 h7 -= carry7 * ((uint32_t) 1L << 25); in fe25519_reduce()[all …]
40 uint64_t h7 = load_3(s + 23) << 5; in fe_frombytes() local58 carry7 = h7 >> 25; h8 += carry7; h7 &= 0x1FFFFFF; in fe_frombytes()63 carry6 = h6 >> 26; h7 += carry6; h6 &= 0x3FFFFFF; in fe_frombytes()73 h[7] = h7; in fe_frombytes()
50 int32_t h7 = f[7] + g[7]; in fe25519_add() local61 h[7] = h7; in fe25519_add()99 h[7] = h7; in fe25519_sub()124 int32_t h7 = -f[7]; in fe25519_neg() local135 h[7] = h7; in fe25519_neg()573 h7 += carry6; in fe25519_mul()621 h[7] = (int32_t) h7; in fe25519_mul()761 h7 += carry6; in fe25519_sq()922 h7 += h7; in fe25519_sq2()944 h7 += carry6; in fe25519_sq2()[all …]
525 i2c1_sck_h7_pins: i2c1-sck-h7 {