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

/freebsd-10.3-release/crypto/openssh/
H A Dkex.h172 int kex_buf2prop(struct sshbuf *, int *, char ***);
H A Dkex.c261 kex_buf2prop(struct sshbuf *raw, int *first_kex_follows, char ***propp) function
756 if ((r = kex_buf2prop(kex->my, NULL, &my)) != 0)
759 if ((r = kex_buf2prop(kex->peer, &first_kex_follows, &peer)) != 0)
H A Dssh_api.c489 if ((r = kex_buf2prop(ssh->kex->my, NULL, &proposal)) != 0)
H A Dssh_namespace.h387 #define kex_buf2prop Fssh_kex_buf2prop macro

Completed in 101 milliseconds