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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dencrypt.c88 void (*encrypt_output)(uchar_t *, int); variable
186 encrypt_output = 0;
398 if (encrypt_output)
411 if (encrypt_output)
677 if (!encrypt_output && autoencrypt)
863 encrypt_output = ep->output;
878 if (!encrypt_output)
889 encrypt_output = 0;
933 return (encrypt_output && decrypt_input ? B_TRUE : B_FALSE);

Completed in 60 milliseconds