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

/openbsd-current/usr.bin/signify/
H A Dfe25519.h20 #define fe25519_cmov crypto_sign_ed25519_ref_fe25519_cmov macro
48 void fe25519_cmov(fe25519 *r, const fe25519 *x, unsigned char b);
H A Dmod_ge25519.c151 fe25519_cmov(&r->x, &p->x, b);
152 fe25519_cmov(&r->y, &p->y, b);
183 fe25519_cmov(&t->x, &v, negative(b));
H A Dfe25519.c139 void fe25519_cmov(fe25519 *r, const fe25519 *x, unsigned char b) function
/openbsd-current/usr.bin/ssh/
H A Ded25519.c76 #define fe25519_cmov crypto_sign_ed25519_ref_fe25519_cmov macro
104 static void fe25519_cmov(fe25519 *r, const fe25519 *x, unsigned char b);
257 static void fe25519_cmov(fe25519 *r, const fe25519 *x, unsigned char b) function
1735 fe25519_cmov(&r->x, &p->x, b);
1736 fe25519_cmov(&r->y, &p->y, b);
1767 fe25519_cmov(&t->x, &v, negative(b));

Completed in 82 milliseconds