Searched refs:kex_prop2buf (Results 1 – 3 of 3) sorted by relevance
169 int kex_prop2buf(struct sshbuf *, char *proposal[PROPOSAL_MAX]);
161 kex_prop2buf(struct sshbuf *b, char *proposal[PROPOSAL_MAX]) in kex_prop2buf() function385 if ((r = kex_prop2buf(kex->my, proposal)) != 0) in kex_new()
522 r = kex_prop2buf(ssh->kex->my, proposal); in _ssh_order_hostkeyalgs()