Home
last modified time | relevance | path

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

/dragonfly/libexec/telnetd/
H A Dauthenc.c40 extern void (*encrypt_output)(unsigned char *, int);
57 if (s < nfrontp && encrypt_output) { in net_encrypt()
58 (*encrypt_output)((unsigned char *)s, nfrontp - s); in net_encrypt()
H A Dutility.c258 if (encrypt_output) { in netflush()
261 (*encrypt_output)((unsigned char *)s, nfrontp-s); in netflush()
326 if (encrypt_output) { in fatalmsg()
/dragonfly/lib/libtelnet/
H A Dencrypt.c68 void (*encrypt_output)(unsigned char *, int); variable
186 encrypt_output = NULL; in encrypt_init()
378 if (encrypt_output) in encrypt_display()
389 if (encrypt_output) in EncryptStatus()
836 encrypt_output = ep->output; in encrypt_start_output()
849 if (!encrypt_output) in encrypt_send_end()
860 encrypt_output = NULL; in encrypt_send_end()
905 while (autoencrypt && !encrypt_output) in encrypt_wait()
H A Dencrypt.h101 extern void (*encrypt_output)(unsigned char *, int);
/dragonfly/usr.bin/telnet/
H A Dauthenc.c64 if (encrypt_output) in net_encrypt()
65 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.c214 && (enc_passwd == 0) && !encrypt_output) { in setconnmode()
H A Dexterns.h131 extern void (*encrypt_output)(unsigned char *, int);