encrypt.c | 79 void (*encrypt_output)(unsigned char *, int); variable in typeref:typename:void (*)(unsigned char *,int) 186 encrypt_output = 0; 381 if (encrypt_output) 392 if (encrypt_output) 652 if (!encrypt_output && autoencrypt && !server) 844 encrypt_output = ep->output; 857 if (!encrypt_output) 868 encrypt_output = 0; 913 while (autoencrypt && !encrypt_output)
|