Searched refs:kex_new (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/crypto/openssh/
H A Dkex.h174 int kex_new(struct ssh *, char *[PROPOSAL_MAX], struct kex **);
H A Dkex.c531 kex_new(struct ssh *ssh, char *proposal[PROPOSAL_MAX], struct kex **kexp) function
621 if ((r = kex_new(ssh, proposal, &ssh->kex)) != 0)
H A Dssh_api.c95 if ((r = kex_new(ssh, proposal, &ssh->kex)) != 0) {
H A Dssh_namespace.h393 #define kex_new Fssh_kex_new macro

Completed in 77 milliseconds