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

/openbsd-current/usr.bin/signify/
H A Dfe25519.h24 #define fe25519_getparity crypto_sign_ed25519_ref_fe25519_getparity macro
56 unsigned char fe25519_getparity(const fe25519 *x);
H A Dmod_ge25519.c240 if(fe25519_getparity(&r->x) != (1-par))
254 r[31] ^= fe25519_getparity(&tx) << 7;
H A Dfe25519.c147 unsigned char fe25519_getparity(const fe25519 *x) function
/openbsd-current/usr.bin/ssh/
H A Ded25519.c80 #define fe25519_getparity crypto_sign_ed25519_ref_fe25519_getparity macro
112 unsigned char fe25519_getparity(const fe25519 *x);
265 unsigned char fe25519_getparity(const fe25519 *x) function
1823 if(fe25519_getparity(&r->x) != (1-par))
1837 r[31] ^= fe25519_getparity(&tx) << 7;

Completed in 195 milliseconds