Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/appl/telnet/libtelnet/
H A Dencrypt.c88 static int autoencrypt = 0; variable
384 autoencrypt?"on":"off", autodecrypt?"on":"off"); in encrypt_display()
403 autoencrypt?"on":"off", autodecrypt?"on":"off"); in EncryptStatus()
481 autoencrypt ? "enabled" : "disabled"); in EncryptAutoEnc()
630 autoencrypt = 0; in encrypt_reply()
633 if (ret == 0 && autoencrypt) in encrypt_reply()
724 autoencrypt = 1; in encrypt_request_start()
767 if ((ret == 0) && (dir == DIR_ENCRYPT) && autoencrypt) in encrypt_keyid()
812 autoencrypt ^= 1; in encrypt_auto()
814 autoencrypt = on ? 1 : 0; in encrypt_auto()
[all …]
/freebsd/contrib/telnet/libtelnet/
H A Dencrypt.c87 static int autoencrypt = 0; variable
458 autoencrypt ? "enabled" : "disabled"); in EncryptAutoEnc()
595 autoencrypt = 0; in encrypt_reply()
598 if (ret == 0 && autoencrypt) in encrypt_reply()
689 autoencrypt = 1; in encrypt_request_start()
745 if ((ret == 0) && (dir == DIR_ENCRYPT) && autoencrypt) in encrypt_keyid()
780 autoencrypt ^= 1; in encrypt_auto()
782 autoencrypt = on ? 1 : 0; in encrypt_auto()
909 while (autoencrypt && !encrypt_output) in encrypt_wait()
/freebsd/crypto/heimdal/appl/telnet/
H A DREADME.ORIG230 "autoencrypt", "autodecrypt", "autologin", "authdebug",