Searched refs:kex_prop2buf (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/crypto/openssh/
H A Dkex.h180 int kex_prop2buf(struct sshbuf *, char *proposal[PROPOSAL_MAX]);
H A Dkex.c245 kex_prop2buf(struct sshbuf *b, char *proposal[PROPOSAL_MAX]) function
544 if ((r = kex_prop2buf(kex->my, proposal)) != 0)
H A Dssh_api.c526 r = kex_prop2buf(ssh->kex->my, proposal);
H A Dssh_namespace.h394 #define kex_prop2buf Fssh_kex_prop2buf macro
H A Dsshconnect2.c225 if ((r = kex_prop2buf(kex->my, myproposal)) != 0)
226 fatal("kex_prop2buf: %s", ssh_err(r));

Completed in 70 milliseconds