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

/freebsd-10-stable/crypto/openssh/
H A Dkex.h173 int kex_new(struct ssh *, char *[PROPOSAL_MAX], struct kex **);
H A Dkex.c514 kex_new(struct ssh *ssh, char *proposal[PROPOSAL_MAX], struct kex **kexp) function
603 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.h398 #define kex_new Fssh_kex_new macro

Completed in 105 milliseconds