Searched refs:kex_dh_compute_key (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | kexdh.c | 73 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 D | kexgexs.c | 155 if ((r = kex_dh_compute_key(kex, dh_client_pub, shared_secret)) != 0) in input_kex_dh_gex_init()
|
H A D | kex.h | 258 int kex_dh_compute_key(struct kex *, BIGNUM *, struct sshbuf *);
|
H A D | kexgexc.c | 181 if ((r = kex_dh_compute_key(kex, dh_server_pub, shared_secret)) != 0) in input_kex_dh_gex_reply()
|
H A D | ssh_namespace.h | 336 #define kex_dh_compute_key Fssh_kex_dh_compute_key macro
|