Home
last modified time | relevance | path

Searched refs:kex_setup (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssh/
H A Dkex.h211 int kex_setup(struct ssh *, char *[PROPOSAL_MAX]);
H A Dsshd-auth.c826 if ((r = kex_setup(ssh, myproposal)) != 0) in do_ssh2_kex()
H A Dssh-keyscan.c274 if ((r = kex_setup(c->c_ssh, myproposal)) != 0) { in keygrab_ssh2()
H A Dssh_namespace.h369 #define kex_setup Fssh_kex_setup macro
H A Dkex.c767 kex_setup(struct ssh *ssh, char *proposal[PROPOSAL_MAX]) in kex_setup() function
H A Dsshconnect2.c262 if ((r = kex_setup(ssh, myproposal)) != 0) in ssh_kex2()