Home
last modified time | relevance | path

Searched refs:f6f7_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.h711 int64_t f6f7_38 = f6 * (int64_t) f7_38; in fe25519_sq() local
724 int64_t h3 = f0f3_2 + f1f2_2 + f4f9_38 + f5f8_38 + f6f7_38; in fe25519_sq()
883 int64_t f6f7_38 = f6 * (int64_t) f7_38; in fe25519_sq2() local
896 int64_t h3 = f0f3_2 + f1f2_2 + f4f9_38 + f5f8_38 + f6f7_38; in fe25519_sq2()
/freebsd/crypto/openssl/crypto/ec/
H A Dcurve25519.c1346 int64_t f6f7_38 = f6 * (int64_t) f7_38; in fe_sq() local
1358 int64_t h3 = f0f3_2 + f1f2_2 + f4f9_38 + f5f8_38 + f6f7_38; in fe_sq()
1655 int64_t f6f7_38 = f6 * (int64_t) f7_38; in fe_sq2() local
1667 int64_t h3 = f0f3_2 + f1f2_2 + f4f9_38 + f5f8_38 + f6f7_38; in fe_sq2()