Searched refs:kex_buf2prop (Results 1 – 4 of 4) sorted by relevance
| /freebsd/crypto/openssh/ |
| H A D | kex.h | 215 int kex_buf2prop(struct sshbuf *, int *, char ***);
|
| H A D | kex.c | 173 kex_buf2prop(struct sshbuf *raw, int *first_kex_follows, char ***propp) in kex_buf2prop() function 545 if ((r = kex_buf2prop(kex->my, NULL, &prop)) != 0) in kex_input_newkeys() 942 if ((r = kex_buf2prop(kex->my, NULL, &my)) != 0) in kex_choose_conf() 945 if ((r = kex_buf2prop(kex->peer, &first_kex_follows, &peer)) != 0) in kex_choose_conf()
|
| H A D | ssh_api.c | 538 if ((r = kex_buf2prop(ssh->kex->my, NULL, &proposal)) != 0) in _ssh_order_hostkeyalgs()
|
| H A D | ssh_namespace.h | 319 #define kex_buf2prop Fssh_kex_buf2prop macro
|