HomeSort by relevance Sort by last modified time
    Searched refs:kex_algorithms (Results 1 - 6 of 6) sorted by null

  /external/openssh/
readconf.h 76 char *kex_algorithms; /* SSH2 kex methods in order of preference. */ member in struct:__anon28144
servconf.h 95 char *kex_algorithms; /* SSH2 kex methods in order of preference. */ member in struct:__anon28153
readconf.c 1115 if (*activep && options->kex_algorithms == NULL)
1116 options->kex_algorithms = xstrdup(arg);
    [all...]
servconf.c 144 options->kex_algorithms = NULL;
351 kex_assemble_names(KEX_SERVER_KEX, &options->kex_algorithms) != 0 ||
    [all...]
sshconnect2.c 167 options.kex_algorithms);
    [all...]
sshd.c     [all...]

Completed in 1414 milliseconds