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

/freebsd-13-stable/crypto/openssh/
H A Dkex.h180 int kex_buf2prop(struct sshbuf *, int *, char ***);
H A Dkex.c325 kex_buf2prop(struct sshbuf *raw, int *first_kex_follows, char ***propp) function
827 if ((r = kex_buf2prop(kex->my, NULL, &my)) != 0)
830 if ((r = kex_buf2prop(kex->peer, &first_kex_follows, &peer)) != 0)
H A Dssh_api.c492 if ((r = kex_buf2prop(ssh->kex->my, NULL, &proposal)) != 0)
H A Dssh_namespace.h322 #define kex_buf2prop Fssh_kex_buf2prop macro

Completed in 111 milliseconds