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

/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/libtelnet/
H A Dencrypt.c89 static int autodecrypt = 0; variable
384 autoencrypt?"on":"off", autodecrypt?"on":"off");
403 autoencrypt?"on":"off", autodecrypt?"on":"off");
437 if (!Server && autodecrypt)
490 autodecrypt ? "enabled" : "disabled");
585 autodecrypt = 0;
588 if (ret == 0 && autodecrypt)
818 autodecrypt ^= 1;
820 autodecrypt = on ? 1 : 0;
/macosx-10.9.5/libtelnet-13/
H A Dencrypt.c101 static int autodecrypt = 0; variable
434 if (!Server && autodecrypt)
480 autodecrypt ? "enabled" : "disabled");
563 autodecrypt = 0;
566 if (ret == 0 && autodecrypt)
802 autodecrypt ^= 1;
804 autodecrypt = on ? 1 : 0;

Completed in 130 milliseconds