Home
last modified time | relevance | path

Searched refs:sqrtm1 (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/fe_51/
H A Dconstants.h14 static const fe25519 sqrtm1 = { variable
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/fe_25_5/
H A Dconstants.h13 static const fe25519 sqrtm1 = { variable
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/
H A Ded25519_ref10.c266 fe25519_mul(x_sqrtm1, h->X, sqrtm1); /* x*sqrt(-1) */ in ge25519_frombytes()
310 fe25519_mul(h->X, h->X, sqrtm1); in ge25519_frombytes_negate_vartime()
/freebsd/crypto/openssl/crypto/ec/
H A Dcurve25519.c1862 static const fe sqrtm1 = { variable
1900 fe_mul(h->X, h->X, sqrtm1); in ge_frombytes_vartime()