Searched refs:enc_passwd (Results 1 - 2 of 2) sorted by relevance

/haiku/src/bin/network/telnet/
H A Dterminal.c214 static int enc_passwd = 0;
225 && (enc_passwd == 0) && !encrypt_output) {
227 enc_passwd = 1;
230 if (enc_passwd) {
232 enc_passwd = 0;
213 static int enc_passwd = 0; local
/haiku/src/bin/network/telnetd/
H A Dtermstat.c196 static int enc_passwd = 0; local
198 && (enc_passwd == 0) && !decrypt_input) {
200 enc_passwd = 1;
201 } else if (enc_passwd) {
203 enc_passwd = 0;

Completed in 38 milliseconds