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

/freebsd-11-stable/crypto/heimdal/appl/telnet/libtelnet/
H A Dencrypt.c88 static int autoencrypt = 0; variable
384 autoencrypt?"on":"off", autodecrypt?"on":"off");
403 autoencrypt?"on":"off", autodecrypt?"on":"off");
481 autoencrypt ? "enabled" : "disabled");
630 autoencrypt = 0;
633 if (ret == 0 && autoencrypt)
724 autoencrypt = 1;
767 if ((ret == 0) && (dir == DIR_ENCRYPT) && autoencrypt)
812 autoencrypt ^= 1;
814 autoencrypt
[all...]
/freebsd-11-stable/contrib/telnet/libtelnet/
H A Dencrypt.c91 static int autoencrypt = 0; variable
462 autoencrypt ? "enabled" : "disabled");
599 autoencrypt = 0;
602 if (ret == 0 && autoencrypt)
693 autoencrypt = 1;
749 if ((ret == 0) && (dir == DIR_ENCRYPT) && autoencrypt)
784 autoencrypt ^= 1;
786 autoencrypt = on ? 1 : 0;
913 while (autoencrypt && !encrypt_output)

Completed in 197 milliseconds