Home
last modified time | relevance | path

Searched refs:f1f8_2 (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/private/
H A Ded25519_ref10_fe_25_5.h682 int64_t f1f8_2 = f1_2 * (int64_t) f8; in fe25519_sq() local
730 int64_t h9 = f0f9_2 + f1f8_2 + f2f7_2 + f3f6_2 + f4f5_2; in fe25519_sq()
854 int64_t f1f8_2 = f1_2 * (int64_t) f8; in fe25519_sq2() local
902 int64_t h9 = f0f9_2 + f1f8_2 + f2f7_2 + f3f6_2 + f4f5_2; in fe25519_sq2()
/freebsd/crypto/openssl/crypto/ec/
H A Dcurve25519.c1317 int64_t f1f8_2 = f1_2 * (int64_t) f8; in fe_sq() local
1364 int64_t h9 = f0f9_2 + f1f8_2 + f2f7_2 + f3f6_2 + f4f5_2; in fe_sq()
1626 int64_t f1f8_2 = f1_2 * (int64_t) f8; in fe_sq2() local
1673 int64_t h9 = f0f9_2 + f1f8_2 + f2f7_2 + f3f6_2 + f4f5_2; in fe_sq2()