Home
last modified time | relevance | path

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

/dragonfly/lib/libtelnet/
H A Dencrypt.c83 static int autoencrypt = 0; variable
454 autoencrypt ? "enabled" : "disabled"); in EncryptAutoEnc()
591 autoencrypt = 0; in encrypt_reply()
594 if (ret == 0 && autoencrypt) in encrypt_reply()
685 autoencrypt = 1; in encrypt_request_start()
741 if ((ret == 0) && (dir == DIR_ENCRYPT) && autoencrypt) in encrypt_keyid()
776 autoencrypt ^= 1; in encrypt_auto()
778 autoencrypt = on ? 1 : 0; in encrypt_auto()
905 while (autoencrypt && !encrypt_output) in encrypt_wait()
/dragonfly/usr.bin/telnet/
H A DREADME231 "autoencrypt", "autodecrypt", "autologin", "authdebug",