Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dencrypt.c99 static boolean_t autodecrypt = B_FALSE; variable
439 if (autodecrypt) in encrypt_send_support()
483 (void) printf(autodecrypt ? in EncryptAutoDec()
570 autodecrypt = B_FALSE; in encrypt_is()
573 if (ret == 0 && autodecrypt) in encrypt_is()
677 if (!decrypt_input && autodecrypt) in encrypt_session_key()
811 autodecrypt = (on < 0) ? !autodecrypt : in decrypt_auto()