Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/private/
H A Ded25519_ref10_fe_25_5.h684 int64_t f2f2 = f2 * (int64_t) f2; in fe25519_sq() local
725 int64_t h4 = f0f4_2 + f1f3_4 + f2f2 + f5f9_76 + f6f8_38 + f7f7_38; in fe25519_sq()
856 int64_t f2f2 = f2 * (int64_t) f2; in fe25519_sq2() local
897 int64_t h4 = f0f4_2 + f1f3_4 + f2f2 + f5f9_76 + f6f8_38 + f7f7_38; in fe25519_sq2()
/freebsd/crypto/openssl/crypto/ec/
H A Dcurve25519.c1319 int64_t f2f2 = f2 * (int64_t) f2; in fe_sq() local
1359 int64_t h4 = f0f4_2 + f1f3_4 + f2f2 + f5f9_76 + f6f8_38 + f7f7_38; in fe_sq()
1628 int64_t f2f2 = f2 * (int64_t) f2; in fe_sq2() local
1668 int64_t h4 = f0f4_2 + f1f3_4 + f2f2 + f5f9_76 + f6f8_38 + f7f7_38; in fe_sq2()