Home
last modified time | relevance | path

Searched refs:kex_new (Results 1 – 3 of 3) sorted by relevance

/external/openssh/
Dkex.h174 int kex_new(struct ssh *, char *[PROPOSAL_MAX], struct kex **);
Dkex.c531 kex_new(struct ssh *ssh, char *proposal[PROPOSAL_MAX], struct kex **kexp) in kex_new() function
621 if ((r = kex_new(ssh, proposal, &ssh->kex)) != 0) in kex_setup()
Dssh_api.c95 if ((r = kex_new(ssh, proposal, &ssh->kex)) != 0) { in ssh_init()