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

/openbsd-current/usr.bin/signify/
H A Dfe25519.h18 #define fe25519_iszero crypto_sign_ed25519_ref_fe25519_iszero macro
44 int fe25519_iszero(const fe25519 *x);
H A Dfe25519.c115 int fe25519_iszero(const fe25519 *x) function
H A Dmod_ge25519.c260 if(!fe25519_iszero(&p->x)) ret = 0;
/openbsd-current/usr.bin/ssh/
H A Ded25519.c74 #define fe25519_iszero crypto_sign_ed25519_ref_fe25519_iszero macro
100 static int fe25519_iszero(const fe25519 *x);
233 static int fe25519_iszero(const fe25519 *x) function
1843 if(!fe25519_iszero(&p->x)) ret = 0;

Completed in 90 milliseconds