Home
last modified time | relevance | path

Searched refs:autodecrypt (Results 1 – 3 of 3) sorted by relevance

/src/crypto/heimdal/appl/telnet/libtelnet/
H A Dencrypt.c89 static int autodecrypt = 0; variable
384 autoencrypt?"on":"off", autodecrypt?"on":"off"); in encrypt_display()
403 autoencrypt?"on":"off", autodecrypt?"on":"off"); in EncryptStatus()
437 if (!Server && autodecrypt) in encrypt_send_support()
490 autodecrypt ? "enabled" : "disabled"); in EncryptAutoDec()
585 autodecrypt = 0; in encrypt_is()
588 if (ret == 0 && autodecrypt) in encrypt_is()
821 autodecrypt ^= 1; in decrypt_auto()
823 autodecrypt = on ? 1 : 0; in decrypt_auto()
/src/contrib/telnet/libtelnet/
H A Dencrypt.c88 static int autodecrypt = 0; variable
421 if (!Server && autodecrypt) in encrypt_send_support()
467 autodecrypt ? "enabled" : "disabled"); in EncryptAutoDec()
550 autodecrypt = 0; in encrypt_is()
553 if (ret == 0 && autodecrypt) in encrypt_is()
789 autodecrypt ^= 1; in decrypt_auto()
791 autodecrypt = on ? 1 : 0; in decrypt_auto()
/src/crypto/heimdal/appl/telnet/
H A DREADME.ORIG230 "autoencrypt", "autodecrypt", "autologin", "authdebug",