Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssh/dist/
Dssh-keyscan.c222 const char *myproposal[PROPOSAL_MAX] = { KEX_CLIENT }; in keygrab_ssh2() local
227 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ? in keygrab_ssh2()
231 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ? in keygrab_ssh2()
240 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ? in keygrab_ssh2()
244 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ? in keygrab_ssh2()
248 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ? in keygrab_ssh2()
257 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ? in keygrab_ssh2()
262 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ? in keygrab_ssh2()
270 if ((r = kex_setup(c->c_ssh, __UNCONST(myproposal))) != 0) { in keygrab_ssh2()
Dsshd-auth.c796 char *hkalgs = NULL, *myproposal[PROPOSAL_MAX]; in do_ssh2_kex() local
809 kex_proposal_populate_entries(ssh, myproposal, options.kex_algorithms, in do_ssh2_kex()
815 if ((r = kex_setup(ssh, myproposal)) != 0) in do_ssh2_kex()
839 kex_proposal_free_entries(myproposal); in do_ssh2_kex()
Dssh_api.c90 const char *myproposal[PROPOSAL_MAX] = { KEX_CLIENT }; in ssh_init() local
110 proposal = kex_params ? __UNCONST(kex_params->proposal) : myproposal; in ssh_init()
Dsshconnect2.c235 char *myproposal[PROPOSAL_MAX]; in ssh_kex2() local
267 kex_proposal_populate_entries(ssh, myproposal, in ssh_kex2()
275 if ((r = kex_setup(ssh, myproposal)) != 0) in ssh_kex2()
293 kex_proposal_free_entries(myproposal); in ssh_kex2()