Lines Matching defs:myproposal
39 #include "myproposal.h"
215 char *myproposal[PROPOSAL_MAX] = { KEX_CLIENT };
220 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ?
224 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ?
233 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ?
237 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ?
241 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ?
250 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ?
255 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ?
263 if ((r = kex_setup(c->c_ssh, myproposal)) != 0) {