Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dencrypt.c101 static boolean_t autodecrypt = B_FALSE; variable
441 if (autodecrypt) in encrypt_send_support()
485 (void) printf(autodecrypt ? in EncryptAutoDec()
572 autodecrypt = B_FALSE; in encrypt_is()
575 if (ret == 0 && autodecrypt) in encrypt_is()
679 if (!decrypt_input && autodecrypt) in encrypt_session_key()
813 autodecrypt = (on < 0) ? !autodecrypt : in decrypt_auto()