HomeSort by: relevance | last modified time | path
    Searched defs:enc_passwd (Results 1 - 2 of 2) sorted by relevancy

  /src/libexec/telnetd/
termstat.c 186 static int enc_passwd = 0; local in function:localstat
188 && (enc_passwd == 0) && !decrypt_input) {
190 enc_passwd = 1;
191 } else if (enc_passwd) {
193 enc_passwd = 0;
  /src/usr.bin/telnet/
terminal.c 189 static int enc_passwd = 0;
200 && (enc_passwd == 0) && !encrypt_output) {
202 enc_passwd = 1;
205 if (enc_passwd) {
207 enc_passwd = 0;
188 static int enc_passwd = 0; local in function:setconnmode

Completed in 11 milliseconds