Home
last modified time | relevance | path

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

/external/openssh/
Dkex.h179 int kex_buf2prop(struct sshbuf *, int *, char ***);
Dkex.c272 kex_buf2prop(struct sshbuf *raw, int *first_kex_follows, char ***propp) in kex_buf2prop() function
782 if ((r = kex_buf2prop(kex->my, NULL, &my)) != 0) in kex_choose_conf()
785 if ((r = kex_buf2prop(kex->peer, &first_kex_follows, &peer)) != 0) in kex_choose_conf()
Dssh_api.c493 if ((r = kex_buf2prop(ssh->kex->my, NULL, &proposal)) != 0) in _ssh_order_hostkeyalgs()