Home
last modified time | relevance | path

Searched refs:kex_dh_compute_key (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssh/
H A Dkexdh.c73 kex_dh_compute_key(struct kex *kex, BIGNUM *dh_pub, struct sshbuf *out) in kex_dh_compute_key() function
192 if ((r = kex_dh_compute_key(kex, dh_pub, buf)) != 0) in kex_dh_dec()
H A Dkexgexs.c155 if ((r = kex_dh_compute_key(kex, dh_client_pub, shared_secret)) != 0) in input_kex_dh_gex_init()
H A Dkex.h258 int kex_dh_compute_key(struct kex *, BIGNUM *, struct sshbuf *);
H A Dkexgexc.c181 if ((r = kex_dh_compute_key(kex, dh_server_pub, shared_secret)) != 0) in input_kex_dh_gex_reply()
H A Dssh_namespace.h336 #define kex_dh_compute_key Fssh_kex_dh_compute_key macro