Searched refs:myproposal (Results 1 – 4 of 4) sorted by relevance
222 const char *myproposal[PROPOSAL_MAX] = { KEX_CLIENT }; in keygrab_ssh2() local227 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()
796 char *hkalgs = NULL, *myproposal[PROPOSAL_MAX]; in do_ssh2_kex() local809 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()
90 const char *myproposal[PROPOSAL_MAX] = { KEX_CLIENT }; in ssh_init() local110 proposal = kex_params ? __UNCONST(kex_params->proposal) : myproposal; in ssh_init()
235 char *myproposal[PROPOSAL_MAX]; in ssh_kex2() local267 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()