Home
last modified time | relevance | path

Searched refs:kex_ecdh_enc (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssh/
H A Dkexecdh.c92 kex_ecdh_enc(struct kex *kex, const struct sshbuf *client_blob, in kex_ecdh_enc() function
227 kex_ecdh_enc(struct kex *kex, const struct sshbuf *client_blob, in kex_ecdh_enc() function
H A Dkex.h229 int kex_ecdh_enc(struct kex *, const struct sshbuf *, struct sshbuf **,
H A Dkexgen.c301 r = kex_ecdh_enc(kex, client_pubkey, &server_pubkey, in input_kex_gen_init()
H A Dssh_namespace.h344 #define kex_ecdh_enc Fssh_kex_ecdh_enc macro