Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/include/sodium/private/
HDed25519_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-13-stable/crypto/openssl/crypto/ec/
HDcurve25519.c1307 int64_t f1f8_2 = f1_2 * (int64_t) f8; in fe_sq() local
1354 int64_t h9 = f0f9_2 + f1f8_2 + f2f7_2 + f3f6_2 + f4f5_2; in fe_sq()
1616 int64_t f1f8_2 = f1_2 * (int64_t) f8; in fe_sq2() local
1663 int64_t h9 = f0f9_2 + f1f8_2 + f2f7_2 + f3f6_2 + f4f5_2; in fe_sq2()