Searched refs:fe25519_iszero (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/crypto/openssh/
H A Dfe25519.h18 #define fe25519_iszero crypto_sign_ed25519_ref_fe25519_iszero macro
44 int fe25519_iszero(const fe25519 *x);
H A Dfe25519.c117 int fe25519_iszero(const fe25519 *x) function
H A Dge25519.c256 if(!fe25519_iszero(&p->x)) ret = 0;
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/
H A Ded25519_ref10.c264 has_m_root = fe25519_iszero(m_root_check);
265 has_p_root = fe25519_iszero(p_root_check);
305 if (fe25519_iszero(m_root_check) == 0) {
307 if (fe25519_iszero(p_root_check) == 0) {
972 return fe25519_iszero(t0);
982 return fe25519_iszero(pl.X);
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/include/sodium/private/
H A Ded25519_ref10_fe_51.h228 fe25519_iszero(const fe25519 f) function
H A Ded25519_ref10_fe_25_5.h326 fe25519_iszero(const fe25519 f) function

Completed in 130 milliseconds