Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_ssl.c296 #if OPENSSL_VERSION_NUMBER < 0x0090800fL && !defined(OPENSSL_NO_ECDH)
297 # define OPENSSL_NO_ECDH macro
2247 #if !defined(OPENSSL_NO_ECDH) && !defined(OPENSSL_VERSION_1_1) in context_new()
3178 #ifndef OPENSSL_NO_ECDH
3497 #ifndef OPENSSL_NO_ECDH
4397 #ifdef OPENSSL_NO_ECDH in init_ssl()
/external/python/cpython3/Modules/clinic/
D_ssl.c.h679 #if !defined(OPENSSL_NO_ECDH)
/external/python/cpython3/Modules/
D_ssl.c3089 #if !defined(OPENSSL_NO_ECDH) && !defined(OPENSSL_VERSION_1_1) in _ssl__SSLContext_impl()
4243 #ifndef OPENSSL_NO_ECDH
6020 #ifndef OPENSSL_NO_ECDH in PyInit__ssl()