Searched refs:kex_buf2prop (Results 1 – 3 of 3) sorted by relevance
| /dragonfly/crypto/openssh/ |
| HD | kex.c | 177 kex_buf2prop(struct sshbuf *raw, int *first_kex_follows, char ***propp) in kex_buf2prop() function 541 if ((r = kex_buf2prop(kex->my, NULL, &prop)) != 0) in kex_input_newkeys() 939 if ((r = kex_buf2prop(kex->my, NULL, &my)) != 0) in kex_choose_conf() 942 if ((r = kex_buf2prop(kex->peer, &first_kex_follows, &peer)) != 0) in kex_choose_conf()
|
| HD | kex.h | 207 int kex_buf2prop(struct sshbuf *, int *, char ***);
|
| HD | ssh_api.c | 536 if ((r = kex_buf2prop(ssh->kex->my, NULL, &proposal)) != 0) in _ssh_order_hostkeyalgs()
|