Searched refs:SSL_OP_NO_SSLv2 (Results 1 - 12 of 12) sorted by relevance

/external/libmicrohttpd/src/examples/
H A Dmhd2spdy_spdy.c543 SSL_CTX_set_options(ssl_ctx, SSL_OP_ALL|SSL_OP_NO_SSLv2 | SSL_OP_NO_COMPRESSION);
/external/curl/lib/vtls/
H A Dopenssl.c1999 *ctx_options |= SSL_OP_NO_SSLv2;
2211 ctx_options |= SSL_OP_NO_SSLv2;
2224 ctx_options |= SSL_OP_NO_SSLv2;
/external/libmicrohttpd/src/testspdy/
H A Dtest_new_connection.c490 SSL_CTX_set_options(ssl_ctx, SSL_OP_ALL|SSL_OP_NO_SSLv2);
H A Dtest_request_response.c478 SSL_CTX_set_options(ssl_ctx, SSL_OP_ALL|SSL_OP_NO_SSLv2);
/external/python/cpython2/Modules/
H A D_ssl.c2164 options |= SSL_OP_NO_SSLv2;
4270 PyModule_AddIntConstant(m, "OP_NO_SSLv2", SSL_OP_NO_SSLv2);
/external/python/cpython3/Modules/
H A D_ssl.c2681 options |= SSL_OP_NO_SSLv2;
5359 PyModule_AddIntConstant(m, "OP_NO_SSLv2", SSL_OP_NO_SSLv2);
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_openssl.c998 SSL_CTX_set_options(ssl, SSL_OP_NO_SSLv2);
1487 options = SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 |
/external/wpa_supplicant_8/src/crypto/
H A Dtls_openssl.c998 SSL_CTX_set_options(ssl, SSL_OP_NO_SSLv2);
1487 options = SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 |
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_openssl.c998 SSL_CTX_set_options(ssl, SSL_OP_NO_SSLv2);
1487 options = SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 |
/external/boringssl/include/openssl/
H A Dssl.h3869 #define SSL_OP_NO_SSLv2 0 macro
/external/boringssl/src/include/openssl/
H A Dssl.h3869 #define SSL_OP_NO_SSLv2 0 macro
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
H A Dnative_crypto.cc6478 | SSL_OP_NO_SSLv2

Completed in 3370 milliseconds