Searched refs:kex_algorithms (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dreadconf.h81 char *kex_algorithms; /* SSH2 kex methods in order of preference. */ member in struct:__anon4957
H A Dservconf.h92 char *kex_algorithms; /* SSH2 kex methods in order of preference. */ member in struct:__anon4965
H A Dreadconf.c780 if (*activep && options->kex_algorithms == NULL)
781 options->kex_algorithms = xstrdup(arg);
1278 options->kex_algorithms = NULL;
1402 /* options->kex_algorithms, default set in myproposals.h */
H A Dservconf.c131 options->kex_algorithms = NULL;
1350 if (options->kex_algorithms == NULL)
1351 options->kex_algorithms = xstrdup(arg);
H A Dsshconnect2.c208 if (options.kex_algorithms != NULL)
209 myproposal[PROPOSAL_KEX_ALGS] = options.kex_algorithms;
H A Dsshd.c2499 if (options.kex_algorithms != NULL)
2500 myproposal[PROPOSAL_KEX_ALGS] = options.kex_algorithms;

Completed in 102 milliseconds