Home
last modified time | relevance | path

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

/third_party/libwebsockets/plugins/ssh-base/crypto/
H A Dfe25519.h18 #define fe25519_cmov crypto_sign_ed25519_ref_fe25519_cmov macro
46 void fe25519_cmov(fe25519 *r, const fe25519 *x, unsigned char b);
H A Dge25519.c148 fe25519_cmov(&r->x, &p->x, b); in cmov_aff()
149 fe25519_cmov(&r->y, &p->y, b); in cmov_aff()
180 fe25519_cmov(&t->x, &v, negative(b)); in choose_t()
H A Dfe25519.c142 void fe25519_cmov(fe25519 *r, const fe25519 *x, unsigned char b) in fe25519_cmov() function

Completed in 3 milliseconds