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

  /src/lib/libtelnet/
encrypt.c 87 static int autodecrypt = 0; variable in typeref:typename:int
420 if (!Server && autodecrypt)
466 autodecrypt ? "enabled" : "disabled");
549 autodecrypt = 0;
552 if (ret == 0 && autodecrypt)
654 if (!decrypt_input && autodecrypt && !server)
793 autodecrypt ^= 1;
795 autodecrypt = on ? 1 : 0;
encrypt.c 87 static int autodecrypt = 0; variable in typeref:typename:int
420 if (!Server && autodecrypt)
466 autodecrypt ? "enabled" : "disabled");
549 autodecrypt = 0;
552 if (ret == 0 && autodecrypt)
654 if (!decrypt_input && autodecrypt && !server)
793 autodecrypt ^= 1;
795 autodecrypt = on ? 1 : 0;

Completed in 24 milliseconds