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

/openbsd-current/usr.bin/signify/
H A Dfe25519.h16 #define fe25519_unpack crypto_sign_ed25519_ref_fe25519_unpack macro
40 void fe25519_unpack(fe25519 *r, const unsigned char x[32]);
H A Dfe25519.c98 void fe25519_unpack(fe25519 *r, const unsigned char x[32]) function
H A Dmod_ge25519.c206 fe25519_unpack(&r->y, p);
/openbsd-current/usr.bin/ssh/
H A Ded25519.c72 #define fe25519_unpack crypto_sign_ed25519_ref_fe25519_unpack macro
96 static void fe25519_unpack(fe25519 *r, const unsigned char x[32]);
216 static void fe25519_unpack(fe25519 *r, const unsigned char x[32]) function
1789 fe25519_unpack(&r->y, p);

Completed in 85 milliseconds