Home
last modified time | relevance | path

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

/third_party/libwebsockets/plugins/ssh-base/crypto/
Dsc25519.h24 #define sc25519_mul crypto_sign_ed25519_ref_sc25519_mul macro
62 void sc25519_mul(sc25519 *r, const sc25519 *x, const sc25519 *y);
Dsc25519.c192 void sc25519_mul(sc25519 *r, const sc25519 *x, const sc25519 *y) in sc25519_mul() function
217 sc25519_mul(r, x, &t); in sc25519_mul_shortsc()
Ded25519.c122 sc25519_mul(&scs, &scs, &scsk); in crypto_sign_ed25519()