Home
last modified time | relevance | path

Searched refs:autoencrypt (Results 1 – 2 of 2) sorted by relevance

/original-bsd/lib/libtelnet/
H A Dencrypt.c60 static int autoencrypt = 0; variable
444 autoencrypt ? "enabled" : "disabled");
588 autoencrypt = 0;
591 if (ret == 0 && autoencrypt)
650 if (!encrypt_output && autoencrypt && !server)
694 autoencrypt = 1;
752 if ((ret == 0) && (dir == DIR_ENCRYPT) && autoencrypt)
792 autoencrypt ^= 1;
794 autoencrypt = on ? 1 : 0;
924 while (autoencrypt && !encrypt_output) in encrypt_wait()
/original-bsd/usr.bin/telnet/
H A DREADME230 "autoencrypt", "autodecrypt", "autologin", "authdebug",