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

/freebsd-10.0-release/crypto/openssh/
H A Dauth2-none.c57 static int none_enabled = 1; variable
62 none_enabled = 0;
72 &none_enabled
H A Dreadconf.h154 int none_enabled; /* Allow none to be used */ member in struct:__anon4957
H A Dservconf.h194 int none_enabled; /* Enable NONE cipher switch. */ member in struct:__anon4965
H A Dreadconf.c1119 intptr = &options->none_enabled;
1330 options->none_enabled = -1;
1524 /* options->none_enabled must not be set by default */
H A Dservconf.c163 options->none_enabled = -1;
1675 intptr = &options->none_enabled;
H A Dsshconnect2.c442 if (options.none_switch == 1 && options.none_enabled == 1) {
H A Dsshd.c2477 } else if (options.none_enabled == 1) {

Completed in 105 milliseconds