Searched refs:fe25519_cmov (Results 1 - 3 of 3) sorted by relevance
/third_party/libwebsockets/plugins/ssh-base/crypto/ |
H A D | fe25519.h | 18 #define fe25519_cmov crypto_sign_ed25519_ref_fe25519_cmov macro 46 void fe25519_cmov(fe25519 *r, const fe25519 *x, unsigned char b);
|
H A D | ge25519.c | 148 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 D | fe25519.c | 142 void fe25519_cmov(fe25519 *r, const fe25519 *x, unsigned char b) in fe25519_cmov() function
|
Completed in 3 milliseconds