Searched refs:encrypt_output (Results 1 – 16 of 16) sorted by relevance
/freebsd/crypto/heimdal/appl/telnet/libtelnet/ |
H A D | encrypt.c | 80 void (*encrypt_output) (unsigned char *, int); variable 188 encrypt_output = 0; in encrypt_init() 386 if (encrypt_output) in encrypt_display() 405 if (encrypt_output) in EncryptStatus() 872 encrypt_output = ep->output; in encrypt_start_output() 885 if (!encrypt_output) in encrypt_send_end() 896 encrypt_output = 0; in encrypt_send_end() 941 while (autoencrypt && !encrypt_output) in encrypt_wait() 953 if(!(encrypt_output && decrypt_input)) in encrypt_delay() 960 if (encrypt_output && decrypt_input) in encrypt_is_encrypting()
|
H A D | encrypt.h | 102 extern void (*encrypt_output) (unsigned char *, int);
|
/freebsd/crypto/heimdal/appl/telnet/telnetd/ |
H A D | authenc.c | 56 if (s < nfrontp && encrypt_output) { in net_encrypt() 57 (*encrypt_output)((unsigned char *)s, nfrontp - s); in net_encrypt()
|
H A D | utility.c | 256 if (encrypt_output) { in netflush() 259 (*encrypt_output)((unsigned char *)s, nfrontp-s); in netflush() 352 if (encrypt_output) { in fatal()
|
H A D | ext.h | 155 extern void (*encrypt_output) (unsigned char *, int);
|
H A D | sys_term.c | 1131 if (!no_warn && (encrypt_output == 0 || decrypt_input == 0)) in startslave() 1282 encrypt_output = NULL; in start_login()
|
/freebsd/contrib/telnet/telnet/ |
H A D | authenc.c | 67 if (encrypt_output) in net_encrypt() 68 ring_encrypt(&netoring, encrypt_output); in net_encrypt()
|
H A D | network.c | 131 if (encrypt_output) in netflush() 132 ring_encrypt(&netoring, encrypt_output); in netflush()
|
H A D | terminal.c | 230 && (enc_passwd == 0) && !encrypt_output) { in setconnmode()
|
H A D | externs.h | 147 extern void (*encrypt_output)(unsigned char *, int);
|
/freebsd/crypto/heimdal/appl/telnet/telnet/ |
H A D | authenc.c | 55 if (encrypt_output) in net_encrypt() 56 ring_encrypt(&netoring, encrypt_output); in net_encrypt()
|
H A D | network.c | 128 if (encrypt_output) in netflush() 129 ring_encrypt(&netoring, encrypt_output); in netflush()
|
H A D | terminal.c | 202 && (enc_passwd == 0) && !encrypt_output) {
|
H A D | externs.h | 106 extern void (*encrypt_output) (unsigned char *, int);
|
/freebsd/contrib/telnet/libtelnet/ |
H A D | encrypt.c | 72 void (*encrypt_output)(unsigned char *, int); variable 190 encrypt_output = 0; in encrypt_init() 382 if (encrypt_output) in encrypt_display() 393 if (encrypt_output) in EncryptStatus() 840 encrypt_output = ep->output; in encrypt_start_output() 853 if (!encrypt_output) in encrypt_send_end() 864 encrypt_output = 0; in encrypt_send_end() 909 while (autoencrypt && !encrypt_output) in encrypt_wait()
|
H A D | encrypt.h | 100 extern void (*encrypt_output)(unsigned char *, int);
|