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 258 public static long SSL_OP_NO_COMPRESSION = 0x00020000L;
479 long optionsToSet = (SSL_OP_NO_COMPRESSION);
486 optionsToSet &= ~SSL_OP_NO_COMPRESSION;
487 optionsToClear |= SSL_OP_NO_COMPRESSION;
  /external/openssl/include/openssl/
ssl.h 553 #define SSL_OP_NO_COMPRESSION 0x00020000L
    [all...]
  /external/openssl/ssl/
ssl.h 553 #define SSL_OP_NO_COMPRESSION 0x00020000L
    [all...]

Completed in 24 milliseconds