Home
last modified time | relevance | path

Searched refs:kex_prop2buf (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.bin/ssh/
H A Dkex.h203 int kex_prop2buf(struct sshbuf *, char *proposal[PROPOSAL_MAX]);
H A Dkex.c145 kex_prop2buf(struct sshbuf *b, char *proposal[PROPOSAL_MAX]) in kex_prop2buf() function
547 if ((r = kex_prop2buf(ssh->kex->my, prop)) != 0) { in kex_input_newkeys()
746 if ((r = kex_prop2buf(ssh->kex->my, proposal)) != 0) in kex_ready()
H A Dssh_api.c570 r = kex_prop2buf(ssh->kex->my, proposal); in _ssh_order_hostkeyalgs()