Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssh/dist/
Dkex.c179 kex_buf2prop(struct sshbuf *raw, int *first_kex_follows, char ***propp) in kex_buf2prop() function
543 if ((r = kex_buf2prop(kex->my, NULL, &prop)) != 0) in kex_input_newkeys()
938 if ((r = kex_buf2prop(kex->my, NULL, &my)) != 0) in kex_choose_conf()
941 if ((r = kex_buf2prop(kex->peer, &first_kex_follows, &peer)) != 0) in kex_choose_conf()
Dkex.h203 int kex_buf2prop(struct sshbuf *, int *, char ***);
Dssh_api.c537 if ((r = kex_buf2prop(ssh->kex->my, NULL, &proposal)) != 0) in _ssh_order_hostkeyalgs()
/netbsd/src/crypto/external/bsd/openssh/lib/
Dssh.expsym189 kex_buf2prop