Searched refs:sc25519_mul (Results 1 – 3 of 3) sorted by relevance
26 #define sc25519_mul crypto_sign_ed25519_ref_sc25519_mul macro64 void sc25519_mul(sc25519 *r, const sc25519 *x, const sc25519 *y);
193 void sc25519_mul(sc25519 *r, const sc25519 *x, const sc25519 *y) in sc25519_mul() function218 sc25519_mul(r, x, &t); in sc25519_mul_shortsc()
92 sc25519_mul(&scs, &scs, &scsk); in crypto_sign_ed25519()