Searched refs:kex_setup (Results 1 – 5 of 5) sorted by relevance
184 int kex_setup(struct ssh *, char *[PROPOSAL_MAX]);
278 if ((r = kex_setup(c->c_ssh, myproposal)) != 0) { in keygrab_ssh2()
720 kex_setup(struct ssh *ssh, char *proposal[PROPOSAL_MAX]) in kex_setup() function
2348 if ((r = kex_setup(ssh, myproposal)) != 0)
214 if ((r = kex_setup(ssh, myproposal)) != 0) in ssh_kex2()