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

/freebsd-11-stable/crypto/openssh/
H A Dkex.h179 int kex_buf2prop(struct sshbuf *, int *, char ***);
H A Dkex.c272 kex_buf2prop(struct sshbuf *raw, int *first_kex_follows, char ***propp) function
782 if ((r = kex_buf2prop(kex->my, NULL, &my)) != 0)
785 if ((r = kex_buf2prop(kex->peer, &first_kex_follows, &peer)) != 0)
H A Dssh_api.c493 if ((r = kex_buf2prop(ssh->kex->my, NULL, &proposal)) != 0)
H A Dssh_namespace.h380 #define kex_buf2prop Fssh_kex_buf2prop macro

Completed in 370 milliseconds