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

/freebsd-10.0-release/crypto/openssh/
H A Dreadconf.h155 int none_switch; /* Use none cipher */ member in struct:__anon4957
H A Dreadconf.c1129 intptr = &options->none_switch;
1331 options->none_switch = -1;
1525 if (options->none_switch == -1)
1526 options->none_switch = 0;
H A Dssh.c613 options.none_switch = 0;
H A Dsshconnect2.c442 if (options.none_switch == 1 && options.none_enabled == 1) {

Completed in 261 milliseconds