Searched refs:encrypt_output (Results 1 - 19 of 19) sorted by relevance

/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/telnetd/
H A Dauthenc.c56 if (s < nfrontp && encrypt_output) {
57 (*encrypt_output)((unsigned char *)s, nfrontp - s);
H A Dext.h155 extern void (*encrypt_output) (unsigned char *, int);
H A Dutility.c256 if (encrypt_output) {
259 (*encrypt_output)((unsigned char *)s, nfrontp-s);
352 if (encrypt_output) {
H A Dsys_term.c1131 if (!no_warn && (encrypt_output == 0 || decrypt_input == 0))
1282 encrypt_output = NULL;
/macosx-10.9.5/remote_cmds-41.90.1/telnetd.tproj/
H A Dauthenc.c61 if (s < nfrontp && encrypt_output) {
62 (*encrypt_output)((unsigned char *)s, nfrontp - s);
H A Dext.h182 extern void (*encrypt_output)(unsigned char *, int);
H A Dutility.c265 if (encrypt_output) {
268 (*encrypt_output)((unsigned char *)s, nfrontp-s);
333 if (encrypt_output) {
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/telnet/
H A Dauthenc.c55 if (encrypt_output)
56 ring_encrypt(&netoring, encrypt_output);
H A Dnetwork.c128 if (encrypt_output)
129 ring_encrypt(&netoring, encrypt_output);
H A Dterminal.c203 && (enc_passwd == 0) && !encrypt_output) {
H A Dexterns.h106 extern void (*encrypt_output) (unsigned char *, int);
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/libtelnet/
H A Dencrypt.h102 extern void (*encrypt_output) (unsigned char *, int);
H A Dencrypt.c80 void (*encrypt_output) (unsigned char *, int); variable
188 encrypt_output = 0;
386 if (encrypt_output)
405 if (encrypt_output)
869 encrypt_output = ep->output;
882 if (!encrypt_output)
893 encrypt_output = 0;
938 while (autoencrypt && !encrypt_output)
950 if(!(encrypt_output && decrypt_input))
957 if (encrypt_output
[all...]
/macosx-10.9.5/libtelnet-13/
H A Dencrypt.h104 extern void (*encrypt_output)(unsigned char *, int);
H A Dencrypt.c85 void (*encrypt_output)(unsigned char *, int); variable
203 encrypt_output = 0;
395 if (encrypt_output)
406 if (encrypt_output)
853 encrypt_output = ep->output;
866 if (!encrypt_output)
877 encrypt_output = 0;
922 while (autoencrypt && !encrypt_output)
/macosx-10.9.5/remote_cmds-41.90.1/telnet.tproj/
H A Dauthenc.c72 if (encrypt_output)
73 ring_encrypt(&netoring, encrypt_output);
H A Dnetwork.c137 if (encrypt_output)
138 ring_encrypt(&netoring, encrypt_output);
H A Dterminal.c225 && (enc_passwd == 0) && !encrypt_output) {
H A Dexterns.h155 extern void (*encrypt_output)(unsigned char *, int);

Completed in 111 milliseconds