Home
last modified time | relevance | path

Searched refs:OPENSSL_NO_SSL2 (Results 1 – 7 of 7) sorted by relevance

/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dopensslconf.h59 #define OPENSSL_NO_SSL2 macro
/external/boringssl/src/include/openssl/
Dopensslconf.h62 #define OPENSSL_NO_SSL2 macro
/external/python/cpython2/Modules/
D_ssl.c163 #if defined(OPENSSL_VERSION_1_1) && !defined(OPENSSL_NO_SSL2)
164 #define OPENSSL_NO_SSL2 macro
2200 #ifndef OPENSSL_NO_SSL2 in context_new()
4334 #ifndef OPENSSL_NO_SSL2 in init_ssl()
/external/curl/lib/vtls/
Dopenssl.c127 #undef OPENSSL_NO_SSL2 /* undef first to avoid compiler warnings */
128 #define OPENSSL_NO_SSL2 macro
2515 #ifdef OPENSSL_NO_SSL2 in ossl_connect_step1()
/external/python/cpython3/Modules/
D_ssl.c212 #if defined(OPENSSL_VERSION_1_1) && !defined(OPENSSL_NO_SSL2)
213 #define OPENSSL_NO_SSL2 macro
6206 #ifndef OPENSSL_NO_SSL2 in PyInit__ssl()
6331 #if defined(SSL2_VERSION) && !defined(OPENSSL_NO_SSL2) in PyInit__ssl()
/external/python/cpython2/Doc/library/
Dssl.rst610 ``OPENSSL_NO_SSL2`` flag.
/external/python/cpython3/Doc/library/
Dssl.rst687 ``OPENSSL_NO_SSL2`` flag.