Home
last modified time | relevance | path

Searched refs:f3f6_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.h695 int64_t f3f6_2 = f3_2 * (int64_t) f6; in fe25519_sq() local
730 int64_t h9 = f0f9_2 + f1f8_2 + f2f7_2 + f3f6_2 + f4f5_2; in fe25519_sq()
867 int64_t f3f6_2 = f3_2 * (int64_t) f6; 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.c1330 int64_t f3f6_2 = f3_2 * (int64_t) f6; in fe_sq() local
1364 int64_t h9 = f0f9_2 + f1f8_2 + f2f7_2 + f3f6_2 + f4f5_2; in fe_sq()
1639 int64_t f3f6_2 = f3_2 * (int64_t) f6; in fe_sq2() local
1673 int64_t h9 = f0f9_2 + f1f8_2 + f2f7_2 + f3f6_2 + f4f5_2; in fe_sq2()