HomeSort by relevance Sort by last modified time
    Searched refs:fe25519_cmov (Results 1 - 3 of 3) sorted by null

  /external/openssh/
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);
ge25519.c 148 fe25519_cmov(&r->x, &p->x, b);
149 fe25519_cmov(&r->y, &p->y, b);
180 fe25519_cmov(&t->x, &v, negative(b));
fe25519.c 141 void fe25519_cmov(fe25519 *r, const fe25519 *x, unsigned char b) function

Completed in 54 milliseconds