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

/freebsd-13-stable/crypto/heimdal/appl/telnet/telnet/
H A Dterminal.c192 static int enc_passwd = 0;
203 && (enc_passwd == 0) && !encrypt_output) {
205 enc_passwd = 1;
208 if (enc_passwd) {
210 enc_passwd = 0;
191 static int enc_passwd = 0; local
/freebsd-13-stable/contrib/telnet/telnet/
H A Dterminal.c222 static int enc_passwd = 0;
233 && (enc_passwd == 0) && !encrypt_output) {
235 enc_passwd = 1;
238 if (enc_passwd) {
240 enc_passwd = 0;
221 static int enc_passwd = 0; local
/freebsd-13-stable/contrib/telnet/telnetd/
H A Dtermstat.c192 static int enc_passwd = 0; local
194 && (enc_passwd == 0) && !decrypt_input) {
196 enc_passwd = 1;
197 } else if (enc_passwd) {
199 enc_passwd = 0;

Completed in 83 milliseconds