Searched refs:fe25519_cmov (Results 1 – 3 of 3) sorted by relevance
/external/openssh/ |
D | fe25519.h | 20 #define fe25519_cmov crypto_sign_ed25519_ref_fe25519_cmov macro 48 void fe25519_cmov(fe25519 *r, const fe25519 *x, unsigned char b);
|
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()
|
D | fe25519.c | 141 void fe25519_cmov(fe25519 *r, const fe25519 *x, unsigned char b) in fe25519_cmov() function
|