Home
last modified time | relevance | path

Searched refs:gss_keyex (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/cmd/ssh/include/
H A Dreadconf.h78 int gss_keyex; member
H A Dservconf.h88 int gss_keyex; member
/titanic_44/usr/src/cmd/ssh/sshd/
H A Dservconf.c103 options->gss_keyex = -1; in initialize_server_options()
305 if (options->gss_keyex == -1) in fill_default_server_options()
306 options->gss_keyex = 1; in fill_default_server_options()
967 intptr = &options->gss_keyex; in process_server_config_line()
970 intptr = &options->gss_keyex; in process_server_config_line()
H A Dsshd.c1070 if (options.gss_keyex) in main()
1990 if (options.gss_keyex) in prepare_for_ssh2_kex()
/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Dreadconf.c453 intptr = &options->gss_keyex; in process_config_line()
933 options->gss_keyex = -1; in initialize_options()
1035 if (options->gss_keyex == -1) in fill_default_options()
1036 options->gss_keyex = 1; in fill_default_options()
/titanic_44/usr/src/cmd/ssh/ssh/
H A Dsshconnect2.c111 if (options.gss_keyex) in ssh_kex2()
274 &options.gss_keyex,