HomeSort by: relevance | last modified time | path
    Searched defs:encrypt_output (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libtelnet/
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)

Completed in 39 milliseconds