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

/freebsd-9.3-release/crypto/openssh/
H A Dsc25519.h26 #define sc25519_mul crypto_sign_ed25519_ref_sc25519_mul macro
64 void sc25519_mul(sc25519 *r, const sc25519 *x, const sc25519 *y);
H A Ded25519.c92 sc25519_mul(&scs, &scs, &scsk);
H A Dsc25519.c193 void sc25519_mul(sc25519 *r, const sc25519 *x, const sc25519 *y) function
218 sc25519_mul(r, x, &t);

Completed in 96 milliseconds