Home
last modified time | relevance | path

Searched refs:kex_buf2prop (Results 1 – 9 of 9) sorted by relevance

/dports/security/gnome-ssh-askpass/openssh-6.6p1/
H A Dkex.c169 kex_buf2prop(Buffer *raw, int *first_kex_follows) in kex_buf2prop() function
464 my = kex_buf2prop(&kex->my, NULL); in kex_choose_conf()
465 peer = kex_buf2prop(&kex->peer, &first_kex_follows); in kex_choose_conf()
/dports/security/ncrack/ncrack-0.7/opensshlib/
H A Dkex.h180 int kex_buf2prop(struct sshbuf *, int *, char ***);
H A Dkex.c91 if ((r = kex_buf2prop(kex->my, NULL, &my)) != 0 || in kex_choose_conf()
92 (r = kex_buf2prop(kex->peer, &first_kex_follows, &peer)) != 0) in kex_choose_conf()
380 kex_buf2prop(struct sshbuf *raw, int *first_kex_follows, char ***propp) in kex_buf2prop() function
/dports/security/pam_ssh/pam_ssh-8.0/openssh/
H A Dkex.h189 int kex_buf2prop(struct sshbuf *, int *, char ***);
H A Dkex.c333 kex_buf2prop(struct sshbuf *raw, int *first_kex_follows, char ***propp) in kex_buf2prop() function
842 if ((r = kex_buf2prop(kex->my, NULL, &my)) != 0) in kex_choose_conf()
845 if ((r = kex_buf2prop(kex->peer, &first_kex_follows, &peer)) != 0) in kex_choose_conf()
H A Dssh_api.c509 if ((r = kex_buf2prop(ssh->kex->my, NULL, &proposal)) != 0)
/dports/security/openssh-portable/openssh-8.8p1/
H A Dkex.h187 int kex_buf2prop(struct sshbuf *, int *, char ***);
H A Dkex.c349 kex_buf2prop(struct sshbuf *raw, int *first_kex_follows, char ***propp) in kex_buf2prop() function
895 if ((r = kex_buf2prop(kex->my, NULL, &my)) != 0) in kex_choose_conf()
898 if ((r = kex_buf2prop(kex->peer, &first_kex_follows, &peer)) != 0) in kex_choose_conf()
H A Dssh_api.c521 if ((r = kex_buf2prop(ssh->kex->my, NULL, &proposal)) != 0) in _ssh_order_hostkeyalgs()