Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/appl/telnet/libtelnet/
H A Dencrypt.c80 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 Dencrypt.h102 extern void (*encrypt_output) (unsigned char *, int);
/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dauthenc.c56 if (s < nfrontp && encrypt_output) { in net_encrypt()
57 (*encrypt_output)((unsigned char *)s, nfrontp - s); in net_encrypt()
H A Dutility.c256 if (encrypt_output) { in netflush()
259 (*encrypt_output)((unsigned char *)s, nfrontp-s); in netflush()
352 if (encrypt_output) { in fatal()
H A Dext.h155 extern void (*encrypt_output) (unsigned char *, int);
H A Dsys_term.c1131 if (!no_warn && (encrypt_output == 0 || decrypt_input == 0)) in startslave()
1282 encrypt_output = NULL; in start_login()
/freebsd/contrib/telnet/telnet/
H A Dauthenc.c67 if (encrypt_output) in net_encrypt()
68 ring_encrypt(&netoring, encrypt_output); in net_encrypt()
H A Dnetwork.c131 if (encrypt_output) in netflush()
132 ring_encrypt(&netoring, encrypt_output); in netflush()
H A Dterminal.c230 && (enc_passwd == 0) && !encrypt_output) { in setconnmode()
H A Dexterns.h147 extern void (*encrypt_output)(unsigned char *, int);
/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Dauthenc.c55 if (encrypt_output) in net_encrypt()
56 ring_encrypt(&netoring, encrypt_output); in net_encrypt()
H A Dnetwork.c128 if (encrypt_output) in netflush()
129 ring_encrypt(&netoring, encrypt_output); in netflush()
H A Dterminal.c202 && (enc_passwd == 0) && !encrypt_output) {
H A Dexterns.h106 extern void (*encrypt_output) (unsigned char *, int);
/freebsd/contrib/telnet/libtelnet/
H A Dencrypt.c72 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 Dencrypt.h100 extern void (*encrypt_output)(unsigned char *, int);