Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dkex.h203 int kex_prop2buf(struct sshbuf *, char *proposal[PROPOSAL_MAX]);
H A Dkex.c398 kex_prop2buf(struct sshbuf *b, char *proposal[PROPOSAL_MAX]) in kex_prop2buf() function
800 if ((r = kex_prop2buf(ssh->kex->my, prop)) != 0) { in kex_input_newkeys()
1001 if ((r = kex_prop2buf(ssh->kex->my, proposal)) != 0) in kex_ready()
H A Dssh_api.c564 r = kex_prop2buf(ssh->kex->my, proposal); in _ssh_order_hostkeyalgs()
H A Dssh_namespace.h363 #define kex_prop2buf Fssh_kex_prop2buf macro