Home
last modified time | relevance | path

Searched refs:none_switch (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/crypto/external/bsd/openssh/dist/
Dreadconf.h140 int none_switch; /* Use none cipher */ member
Dreadconf.c1391 intptr = &options->none_switch; in process_config_line_depth()
2868 options->none_switch = -1; in initialize_options()
3036 if (options->none_switch == -1) in fill_default_options()
3037 options->none_switch = 0; in fill_default_options()
Dssh.c1066 options.none_switch = 0; in main()
Dsshconnect2.c501 if ((options.none_switch == 1) && (options.none_enabled == 1)) in ssh_userauth2()