Home
last modified time | relevance | path

Searched refs:SSL_OP_SINGLE_ECDH_USE (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/base/
Dopensslstreamadapter.cc794 SSL_set_options(ssl_, SSL_OP_SINGLE_ECDH_USE); in BeginSSL()
/external/python/cpython3/Modules/
D_ssl.c2695 #ifdef SSL_OP_SINGLE_ECDH_USE in _ssl__SSLContext_impl()
2696 options |= SSL_OP_SINGLE_ECDH_USE; in _ssl__SSLContext_impl()
5370 #ifdef SSL_OP_SINGLE_ECDH_USE in PyInit__ssl()
5371 PyModule_AddIntConstant(m, "OP_SINGLE_ECDH_USE", SSL_OP_SINGLE_ECDH_USE); in PyInit__ssl()
/external/python/cpython2/Modules/
D_ssl.c4280 #ifdef SSL_OP_SINGLE_ECDH_USE in init_ssl()
4281 PyModule_AddIntConstant(m, "OP_SINGLE_ECDH_USE", SSL_OP_SINGLE_ECDH_USE); in init_ssl()
/external/boringssl/src/include/openssl/
Dssl.h3873 #define SSL_OP_SINGLE_ECDH_USE 0 macro
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc6484 | SSL_OP_SINGLE_ECDH_USE); in NativeCrypto_SSL_CTX_new()