Searched refs:SSL_OP_ALL (Results 1 - 7 of 7) sorted by relevance

/external/openssl/apps/
H A Ds_time.c369 if (st_bugs) SSL_CTX_set_options(tm_ctx,SSL_OP_ALL);
H A Ds_server.c1558 if (bugs) SSL_CTX_set_options(ctx,SSL_OP_ALL);
1631 if (bugs) SSL_CTX_set_options(ctx2,SSL_OP_ALL);
H A Ds_client.c1168 SSL_CTX_set_options(ctx,SSL_OP_ALL|off);
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dssl.h486 /* SSL_OP_ALL enables the above bug workarounds that should be rather
488 #define SSL_OP_ALL 0x00000BFFL macro
/external/openssl/include/openssl/
H A Dssl.h579 * SSL_OP_ALL.
587 /* SSL_OP_ALL: various bug workarounds that should be rather harmless.
589 #define SSL_OP_ALL 0x80000BFFL macro
/external/openssl/ssl/
H A Dssl.h579 * SSL_OP_ALL.
587 /* SSL_OP_ALL: various bug workarounds that should be rather harmless.
589 #define SSL_OP_ALL 0x80000BFFL macro
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp7195 SSL_OP_ALL

Completed in 192 milliseconds