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

  /external/chromium_org/third_party/boringssl/src/include/openssl/
ssl.h 486 /* SSL_OP_ALL enables the above bug workarounds that should be rather
488 #define SSL_OP_ALL 0x00000BFFL
    [all...]
  /external/openssl/include/openssl/
ssl.h 579 * SSL_OP_ALL.
587 /* SSL_OP_ALL: various bug workarounds that should be rather harmless.
589 #define SSL_OP_ALL 0x80000BFFL
    [all...]
  /external/openssl/ssl/
ssl.h 579 * SSL_OP_ALL.
587 /* SSL_OP_ALL: various bug workarounds that should be rather harmless.
589 #define SSL_OP_ALL 0x80000BFFL
    [all...]

Completed in 268 milliseconds