Searched refs:sc25519_mul (Results 1 – 6 of 6) sorted by relevance
/external/libwebsockets/plugins/ssh-base/crypto/ |
D | sc25519.h | 24 #define sc25519_mul crypto_sign_ed25519_ref_sc25519_mul macro 62 void sc25519_mul(sc25519 *r, const sc25519 *x, const sc25519 *y);
|
D | sc25519.c | 192 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()
|
D | ed25519.c | 122 sc25519_mul(&scs, &scs, &scsk); in crypto_sign_ed25519()
|
/external/openssh/ |
D | sc25519.h | 26 #define sc25519_mul crypto_sign_ed25519_ref_sc25519_mul macro 64 void sc25519_mul(sc25519 *r, const sc25519 *x, const sc25519 *y);
|
D | ed25519.c | 92 sc25519_mul(&scs, &scs, &scsk); in crypto_sign_ed25519()
|
D | sc25519.c | 193 void sc25519_mul(sc25519 *r, const sc25519 *x, const sc25519 *y) in sc25519_mul() function 218 sc25519_mul(r, x, &t); in sc25519_mul_shortsc()
|