Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dencrypt.c89 int (*decrypt_input)(int); variable
187 decrypt_input = 0; in encrypt_init()
402 if (decrypt_input) in encrypt_display()
420 if (decrypt_input) { in EncryptStatus()
649 decrypt_input = ep->input; in encrypt_start()
679 if (!decrypt_input && autodecrypt) in encrypt_session_key()
692 decrypt_input = 0; in encrypt_end()
933 return (encrypt_output && decrypt_input ? B_TRUE : B_FALSE); in encrypt_is_encrypting()
H A Dencrypt.h128 extern int (*decrypt_input)(int);
H A Dtelnet.c1771 if (decrypt_input) in telrcv()
1772 c = (*decrypt_input)(c); in telrcv()
1804 if (decrypt_input) in telrcv()
1805 c = (*decrypt_input)(c); in telrcv()
1817 if (decrypt_input) in telrcv()
1818 (*decrypt_input)(-1); in telrcv()
H A Dexterns.h150 extern int (*decrypt_input) (int);