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

  /src/lib/libtelnet/
encrypt.c 86 static int autoencrypt = 0; variable in typeref:typename:int
457 autoencrypt ? "enabled" : "disabled");
594 autoencrypt = 0;
597 if (ret == 0 && autoencrypt)
652 if (!encrypt_output && autoencrypt && !server)
694 autoencrypt = 1;
749 if ((ret == 0) && (dir == DIR_ENCRYPT) && autoencrypt)
784 autoencrypt ^= 1;
786 autoencrypt = on ? 1 : 0;
913 while (autoencrypt && !encrypt_output
    [all...]

Completed in 13 milliseconds