Home
last modified time | relevance | path

Searched refs:f2f4_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.h686 int64_t f2f4_2 = f2_2 * (int64_t) f4; in fe25519_sq() local
727 int64_t h6 = f0f6_2 + f1f5_4 + f2f4_2 + f3f3_2 + f7f9_76 + f8f8_19; in fe25519_sq()
858 int64_t f2f4_2 = f2_2 * (int64_t) f4; in fe25519_sq2() local
899 int64_t h6 = f0f6_2 + f1f5_4 + f2f4_2 + f3f3_2 + f7f9_76 + f8f8_19; in fe25519_sq2()
/freebsd/crypto/openssl/crypto/ec/
H A Dcurve25519.c1321 int64_t f2f4_2 = f2_2 * (int64_t) f4; in fe_sq() local
1361 int64_t h6 = f0f6_2 + f1f5_4 + f2f4_2 + f3f3_2 + f7f9_76 + f8f8_19; in fe_sq()
1630 int64_t f2f4_2 = f2_2 * (int64_t) f4; in fe_sq2() local
1670 int64_t h6 = f0f6_2 + f1f5_4 + f2f4_2 + f3f3_2 + f7f9_76 + f8f8_19; in fe_sq2()