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

/freebsd-11-stable/crypto/openssh/
H A Dkex.h175 int kex_setup(struct ssh *, char *[PROPOSAL_MAX]);
H A Dssh_namespace.h399 #define kex_setup Fssh_kex_setup macro
H A Dssh-keyscan.c297 if ((r = kex_setup(c->c_ssh, myproposal)) != 0) {
299 fprintf(stderr, "kex_setup: %s\n", ssh_err(r));
H A Dkex.c617 kex_setup(struct ssh *ssh, char *proposal[PROPOSAL_MAX]) function
H A Dsshd.c2250 if ((r = kex_setup(active_state, myproposal)) != 0)
2251 fatal("kex_setup: %s", ssh_err(r));
H A Dsshconnect2.c200 if ((r = kex_setup(active_state, myproposal)) != 0)
201 fatal("kex_setup: %s", ssh_err(r));

Completed in 191 milliseconds