Home
last modified time | relevance | path

Searched defs:h9 (Results 1 – 1 of 1) sorted by relevance

/openssl/crypto/ec/
H A Dcurve25519.c812 int64_t h9 = (load_3(s + 29) & 0x7fffff) << 2; in fe_frombytes() local
883 int32_t h9 = h[9]; in fe_tobytes() local
1190 …int64_t h9 = f0g9 + f1g8 + f2g7 + f3g6 + f4g5 + f5g4 + f6g3 + f7g2 + f8g1 … in fe_mul() local
1364 int64_t h9 = f0f9_2 + f1f8_2 + f2f7_2 + f3f6_2 + f4f5_2; in fe_sq() local
1673 int64_t h9 = f0f9_2 + f1f8_2 + f2f7_2 + f3f6_2 + f4f5_2; in fe_sq2() local
4336 int64_t h9 = f9 * (int64_t) 121666; in fe_mul121666() local

Completed in 24 milliseconds