Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Ded25519.c467 #define sc25519_mul crypto_sign_ed25519_ref_sc25519_mul macro
497 static void sc25519_mul(sc25519 *r, const sc25519 *x, const sc25519 *y);
645 static void sc25519_mul(sc25519 *r, const sc25519 *x, const sc25519 *y) in sc25519_mul() function
1977 sc25519_mul(&scs, &scs, &scsk); in crypto_sign_ed25519()