Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ssh/sshd/
H A Dauth2-gss.c482 &options.gss_authentication,
495 &options.gss_authentication,
509 &options.gss_authentication,
522 &options.gss_authentication,
H A Dservconf.c102 options->gss_authentication = -1; in initialize_server_options()
303 if (options->gss_authentication == -1) in fill_default_server_options()
304 options->gss_authentication = 1; in fill_default_server_options()
964 intptr = &options->gss_authentication; in process_server_config_line()
1438 M_CP_INTOPT(gss_authentication); in copy_set_server_options()
/titanic_44/usr/src/cmd/ssh/include/
H A Dreadconf.h79 int gss_authentication; member
H A Dservconf.h87 int gss_authentication; member
/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Dreadconf.c457 intptr = &options->gss_authentication; in process_config_line()
934 options->gss_authentication = -1; in initialize_options()
1037 if (options->gss_authentication == -1) in fill_default_options()
1038 options->gss_authentication = 1; in fill_default_options()
/titanic_44/usr/src/cmd/ssh/ssh/
H A Dsshconnect2.c279 &options.gss_authentication,