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

/freebsd-13-stable/crypto/openssh/
H A Dkex.h176 int kex_setup(struct ssh *, char *[PROPOSAL_MAX]);
H A Dssh-keyscan.c259 if ((r = kex_setup(c->c_ssh, myproposal)) != 0) {
261 fprintf(stderr, "kex_setup: %s\n", ssh_err(r));
H A Dkex.c665 kex_setup(struct ssh *ssh, char *proposal[PROPOSAL_MAX]) function
H A Dssh_namespace.h341 #define kex_setup Fssh_kex_setup macro
H A Dsshd.c2363 if ((r = kex_setup(active_state, myproposal)) != 0)
2364 fatal("kex_setup: %s", ssh_err(r));
H A Dsshconnect2.c202 if ((r = kex_setup(active_state, myproposal)) != 0)
203 fatal("kex_setup: %s", ssh_err(r));

Completed in 209 milliseconds