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

/openbsd-current/usr.bin/signify/
H A Dfe25519.h23 #define fe25519_neg crypto_sign_ed25519_ref_fe25519_neg macro
54 void fe25519_neg(fe25519 *r, const fe25519 *x);
H A Dmod_ge25519.c136 fe25519_neg(&d, &a);
182 fe25519_neg(&v, &t->x);
241 fe25519_neg(&r->x, &r->x);
H A Dfe25519.c167 void fe25519_neg(fe25519 *r, const fe25519 *x) function
/openbsd-current/usr.bin/ssh/
H A Ded25519.c79 #define fe25519_neg crypto_sign_ed25519_ref_fe25519_neg macro
110 static void fe25519_neg(fe25519 *r, const fe25519 *x);
285 static void fe25519_neg(fe25519 *r, const fe25519 *x) function
1721 fe25519_neg(&d, &a);
1766 fe25519_neg(&v, &t->x);
1824 fe25519_neg(&r->x, &r->x);

Completed in 82 milliseconds