Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/telnet/
Dencrypt.c87 int (*decrypt_input) (int); variable
195 decrypt_input = 0; in encrypt_init()
398 if (decrypt_input) in encrypt_display()
421 if (decrypt_input) { in EncryptStatus()
662 decrypt_input = ep->input; in encrypt_start()
700 decrypt_input = 0; in encrypt_end()
953 if(!(encrypt_output && decrypt_input)) in encrypt_delay()
960 if (encrypt_output && decrypt_input) in encrypt_is_encrypting()
Dencrypt.h103 extern int (*decrypt_input) (int);
Dtelnet.c1696 if (decrypt_input) in telrcv()
1697 c = (*decrypt_input)(c); in telrcv()
1742 if (decrypt_input) in telrcv()
1743 c = (*decrypt_input)(c); in telrcv()
1755 if (decrypt_input) in telrcv()
1756 (*decrypt_input)(-1); in telrcv()
Dext.h154 extern int (*decrypt_input) (int);
Dexterns.h108 extern int (*decrypt_input) (int);