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

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

Completed in 74 milliseconds