Searched refs:crypto_scalarmult_curve25519 (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/crypto/openssh/
H A Dkexc25519.c47 extern int crypto_scalarmult_curve25519(u_char a[CURVE25519_SIZE],
59 crypto_scalarmult_curve25519(pub, key, basepoint);
74 crypto_scalarmult_curve25519(shared_key, key, pub);
H A Dsmult_curve25519_ref.c9 int crypto_scalarmult_curve25519(unsigned char *, const unsigned char *, const unsigned char *);
247 int crypto_scalarmult_curve25519(unsigned char *q, function
H A Dssh_namespace.h266 #define crypto_scalarmult_curve25519 Fssh_crypto_scalarmult_curve25519 macro

Completed in 103 milliseconds