Home
last modified time | relevance | path

Searched refs:OPENSSL_NO_SSL3 (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/include/openssl/
Dopensslconf.h60 #define OPENSSL_NO_SSL3 macro
/external/python/cpython3/Modules/
D_ssl.c351 #if defined(SSL3_VERSION) && !defined(OPENSSL_NO_SSL3)
373 #elif defined(SSL3_VERSION) && !defined(OPENSSL_NO_SSL3)
2970 #ifndef OPENSSL_NO_SSL3 in _ssl__SSLContext_impl()
5916 #ifndef OPENSSL_NO_SSL3 in PyInit__ssl()
6044 #if defined(SSL3_VERSION) && !defined(OPENSSL_NO_SSL3) in PyInit__ssl()
/external/python/cpython2/Modules/
D_ssl.c2196 #ifndef OPENSSL_NO_SSL3 in context_new()
4338 #ifndef OPENSSL_NO_SSL3 in init_ssl()