Home
last modified time | relevance | path

Searched refs:none_enabled (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/crypto/external/bsd/openssh/dist/
Dauth2-none.c53 extern int none_enabled;
60 none_enabled = 0; in userauth_none()
Dauth2-methods.c44 int none_enabled = 1; variable
48 &none_enabled
Dreadconf.h141 int none_enabled; /* Allow none to be used */ member
Dservconf.h226 int none_enabled; /* enable NONE cipher switch */ member
Dreadconf.c1382 intptr = &options->none_enabled; in process_config_line_depth()
2869 options->none_enabled = -1; in initialize_options()
Dservconf.c250 options->none_enabled = -1; in initialize_server_options()
1706 intptr = &options->none_enabled; in process_server_config_line_depth()
Dsshconnect2.c501 if ((options.none_switch == 1) && (options.none_enabled == 1)) in ssh_userauth2()