Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/private/
H A Ded25519_ref10_fe_25_5.h691 int64_t f2f9_38 = f2 * (int64_t) f9_38; in fe25519_sq() local
722 int64_t h1 = f0f1_2 + f2f9_38 + f3f8_38 + f4f7_38 + f5f6_38; in fe25519_sq()
863 int64_t f2f9_38 = f2 * (int64_t) f9_38; in fe25519_sq2() local
894 int64_t h1 = f0f1_2 + f2f9_38 + f3f8_38 + f4f7_38 + f5f6_38; in fe25519_sq2()
/freebsd/crypto/openssl/crypto/ec/
H A Dcurve25519.c1326 int64_t f2f9_38 = f2 * (int64_t) f9_38; in fe_sq() local
1356 int64_t h1 = f0f1_2 + f2f9_38 + f3f8_38 + f4f7_38 + f5f6_38; in fe_sq()
1635 int64_t f2f9_38 = f2 * (int64_t) f9_38; in fe_sq2() local
1665 int64_t h1 = f0f1_2 + f2f9_38 + f3f8_38 + f4f7_38 + f5f6_38; in fe_sq2()