Home
last modified time | relevance | path

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

/netbsd/src/lib/libtelnet/
Dencrypt.c87 static int autodecrypt = 0; variable
420 if (!Server && autodecrypt) in encrypt_send_support()
466 autodecrypt ? "enabled" : "disabled"); in EncryptAutoDec()
549 autodecrypt = 0; in encrypt_is()
552 if (ret == 0 && autodecrypt) in encrypt_is()
654 if (!decrypt_input && autodecrypt && !server) in encrypt_session_key()
793 autodecrypt ^= 1; in decrypt_auto()
795 autodecrypt = on ? 1 : 0; in decrypt_auto()