Home
last modified time | relevance | path

Searched refs:kex_setup (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/crypto/openssh/
H A Dkex.h203 int kex_setup(struct ssh *, char *[PROPOSAL_MAX]);
H A Dssh-keyscan.c287 if ((r = kex_setup(c->c_ssh, myproposal)) != 0) { in keygrab_ssh2()
H A Dsshd-session.c1435 if ((r = kex_setup(ssh, myproposal)) != 0) in do_ssh2_kex()
H A Dkex.c762 kex_setup(struct ssh *ssh, char *proposal[PROPOSAL_MAX]) in kex_setup() function
H A Dsshconnect2.c261 if ((r = kex_setup(ssh, myproposal)) != 0) in ssh_kex2()