Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssh/
Dauth2-none.c57 static int none_enabled = 1; variable
62 none_enabled = 0; in userauth_none()
72 &none_enabled
Dreadconf.h169 int none_enabled; /* Allow none to be used */ member
Dservconf.h193 int none_enabled; /* Enable NONE cipher switch. */ member
Dreadconf.c1381 intptr = &options->none_enabled; in process_config_line()
1664 options->none_enabled = -1; in initialize_options()
Dservconf.c163 options->none_enabled = -1; in initialize_server_options()
1688 intptr = &options->none_enabled; in process_server_config_line()
Dsshconnect2.c432 if (options.none_switch == 1 && options.none_enabled == 1) { in ssh_userauth2()
Dsshd.c2506 } else if (options.none_enabled == 1) {