Home
last modified time | relevance | path

Searched refs:f3f4_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.h693 int64_t f3f4_2 = f3_2 * (int64_t) f4; in fe25519_sq() local
728 int64_t h7 = f0f7_2 + f1f6_2 + f2f5_2 + f3f4_2 + f8f9_38; in fe25519_sq()
865 int64_t f3f4_2 = f3_2 * (int64_t) f4; in fe25519_sq2() local
900 int64_t h7 = f0f7_2 + f1f6_2 + f2f5_2 + f3f4_2 + f8f9_38; in fe25519_sq2()
/freebsd/crypto/openssl/crypto/ec/
H A Dcurve25519.c1328 int64_t f3f4_2 = f3_2 * (int64_t) f4; in fe_sq() local
1362 int64_t h7 = f0f7_2 + f1f6_2 + f2f5_2 + f3f4_2 + f8f9_38; in fe_sq()
1637 int64_t f3f4_2 = f3_2 * (int64_t) f4; in fe_sq2() local
1671 int64_t h7 = f0f7_2 + f1f6_2 + f2f5_2 + f3f4_2 + f8f9_38; in fe_sq2()