Searched refs:kex_setup (Results 1 – 5 of 5) sorted by relevance
175 int kex_setup(struct ssh *, char *[PROPOSAL_MAX]);
297 if ((r = kex_setup(c->c_ssh, myproposal)) != 0) { in keygrab_ssh2()
617 kex_setup(struct ssh *ssh, char *proposal[PROPOSAL_MAX]) in kex_setup() function
2186 if ((r = kex_setup(active_state, myproposal)) != 0)
200 if ((r = kex_setup(active_state, myproposal)) != 0) in ssh_kex2()