Home
last modified time | relevance | path

Searched refs:f1f4_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.h678 int64_t f1f4_2 = f1_2 * (int64_t) f4; in fe25519_sq() local
726 int64_t h5 = f0f5_2 + f1f4_2 + f2f3_2 + f6f9_38 + f7f8_38; in fe25519_sq()
850 int64_t f1f4_2 = f1_2 * (int64_t) f4; in fe25519_sq2() local
898 int64_t h5 = f0f5_2 + f1f4_2 + f2f3_2 + f6f9_38 + f7f8_38; in fe25519_sq2()
/freebsd/crypto/openssl/crypto/ec/
H A Dcurve25519.c1313 int64_t f1f4_2 = f1_2 * (int64_t) f4; in fe_sq() local
1360 int64_t h5 = f0f5_2 + f1f4_2 + f2f3_2 + f6f9_38 + f7f8_38; in fe_sq()
1622 int64_t f1f4_2 = f1_2 * (int64_t) f4; in fe_sq2() local
1669 int64_t h5 = f0f5_2 + f1f4_2 + f2f3_2 + f6f9_38 + f7f8_38; in fe_sq2()