HomeSort by relevance Sort by last modified time
    Searched defs:SSL_OP_NO_COMPRESSION (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
NativeCrypto.java 342 public static final long SSL_OP_NO_COMPRESSION = 0x00020000L;
588 long optionsToSet = (SSL_OP_NO_COMPRESSION);
595 optionsToSet &= ~SSL_OP_NO_COMPRESSION;
596 optionsToClear |= SSL_OP_NO_COMPRESSION;
    [all...]
  /external/openssl/include/openssl/
ssl.h 583 #define SSL_OP_NO_COMPRESSION 0x00020000L
    [all...]
  /external/openssl/ssl/
ssl.h 583 #define SSL_OP_NO_COMPRESSION 0x00020000L
    [all...]

Completed in 504 milliseconds