HomeSort by relevance Sort by last modified time
    Searched defs:sc25519_mul (Results 1 - 2 of 2) sorted by null

  /external/openssh/
sc25519.h 26 #define sc25519_mul crypto_sign_ed25519_ref_sc25519_mul macro
64 void sc25519_mul(sc25519 *r, const sc25519 *x, const sc25519 *y);
sc25519.c 193 void sc25519_mul(sc25519 *r, const sc25519 *x, const sc25519 *y) function
218 sc25519_mul(r, x, &t);

Completed in 41 milliseconds