Searched refs:kex_prop2buf (Results 1 – 4 of 4) sorted by relevance
180 int kex_prop2buf(struct sshbuf *, char *proposal[PROPOSAL_MAX]);
245 kex_prop2buf(struct sshbuf *b, char *proposal[PROPOSAL_MAX]) in kex_prop2buf() function544 if ((r = kex_prop2buf(kex->my, proposal)) != 0) in kex_new()
526 r = kex_prop2buf(ssh->kex->my, proposal); in _ssh_order_hostkeyalgs()
225 if ((r = kex_prop2buf(kex->my, myproposal)) != 0) in ssh_kex2()