Searched refs:decrypt_input (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.0-release/contrib/telnet/libtelnet/
H A Dencrypt.h103 extern int (*decrypt_input)(int);
H A Dencrypt.c81 int (*decrypt_input)(int); variable
199 decrypt_input = 0;
393 if (decrypt_input)
409 if (decrypt_input) {
632 decrypt_input = ep->input;
670 decrypt_input = 0;
/freebsd-10.0-release/crypto/heimdal/appl/telnet/libtelnet/
H A Dencrypt.h101 extern int (*decrypt_input) (int);
H A Dencrypt.c81 int (*decrypt_input) (int); variable
189 decrypt_input = 0;
392 if (decrypt_input)
415 if (decrypt_input) {
659 decrypt_input = ep->input;
697 decrypt_input = 0;
953 if(!(encrypt_output && decrypt_input))
960 if (encrypt_output && decrypt_input)
/freebsd-10.0-release/contrib/telnet/telnetd/
H A Dext.h183 extern int (*decrypt_input)(int);
H A Dstate.c105 if (decrypt_input)
106 c = (*decrypt_input)(c);
137 if (decrypt_input)
138 nc = (*decrypt_input)(nc & 0xff);
153 if (decrypt_input)
154 (void)(*decrypt_input)(-1);
H A Dtermstat.c198 && (enc_passwd == 0) && !decrypt_input) {
/freebsd-10.0-release/crypto/heimdal/appl/telnet/telnetd/
H A Dstate.c90 if (decrypt_input)
91 c = (*decrypt_input)(c);
122 if (decrypt_input)
123 nc = (*decrypt_input)(nc & 0xff);
127 if (decrypt_input)
128 (void)(*decrypt_input)(-1);
H A Dext.h156 extern int (*decrypt_input) (int);
H A Dsys_term.c1131 if (!no_warn && (encrypt_output == 0 || decrypt_input == 0))
1283 decrypt_input = NULL;
/freebsd-10.0-release/contrib/telnet/telnet/
H A Dtelnet.c1666 if (decrypt_input)
1667 c = (*decrypt_input)(c);
1699 if (decrypt_input)
1700 c = (*decrypt_input)(c);
1712 if (decrypt_input)
1713 (*decrypt_input)(-1);
H A Dexterns.h152 extern int (*decrypt_input)(int);
/freebsd-10.0-release/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet.c1612 if (decrypt_input)
1613 c = (*decrypt_input)(c);
1645 if (decrypt_input)
1646 c = (*decrypt_input)(c);
1658 if (decrypt_input)
1659 (*decrypt_input)(-1);
H A Dexterns.h107 extern int (*decrypt_input) (int);

Completed in 226 milliseconds