Searched refs:kex_setup (Results 1 – 5 of 5) sorted by relevance
203 int kex_setup(struct ssh *, char *[PROPOSAL_MAX]);
287 if ((r = kex_setup(c->c_ssh, myproposal)) != 0) { in keygrab_ssh2()
1435 if ((r = kex_setup(ssh, myproposal)) != 0) in do_ssh2_kex()
762 kex_setup(struct ssh *ssh, char *proposal[PROPOSAL_MAX]) in kex_setup() function
261 if ((r = kex_setup(ssh, myproposal)) != 0) in ssh_kex2()