Searched refs:sc25519_mul (Results 1 – 3 of 3) sorted by relevance
24 #define sc25519_mul crypto_sign_ed25519_ref_sc25519_mul macro62 void sc25519_mul(sc25519 *r, const sc25519 *x, const sc25519 *y);
192 void sc25519_mul(sc25519 *r, const sc25519 *x, const sc25519 *y) in sc25519_mul() function217 sc25519_mul(r, x, &t); in sc25519_mul_shortsc()
122 sc25519_mul(&scs, &scs, &scsk); in crypto_sign_ed25519()