Home
last modified time | relevance | path

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

/external/libwebsockets/lib/tls/openssl/
Dopenssl-server.c503 SSL_CTX_set_options(vhost->tls.ssl_ctx, SSL_OP_SINGLE_DH_USE);
/external/python/cpython3/Modules/
D_ssl.c3205 #ifdef SSL_OP_SINGLE_DH_USE in _ssl__SSLContext_impl()
3206 options |= SSL_OP_SINGLE_DH_USE; in _ssl__SSLContext_impl()
6244 PyModule_AddIntConstant(m, "OP_SINGLE_DH_USE", SSL_OP_SINGLE_DH_USE); in PyInit__ssl()
/external/python/pyopenssl/src/OpenSSL/
DSSL.py156 OP_SINGLE_DH_USE = _lib.SSL_OP_SINGLE_DH_USE
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dssl.h4403 #define SSL_OP_SINGLE_DH_USE 0 macro
/external/boringssl/src/include/openssl/
Dssl.h4475 #define SSL_OP_SINGLE_DH_USE 0 macro
/external/python/cpython2/Modules/
D_ssl.c4372 PyModule_AddIntConstant(m, "OP_SINGLE_DH_USE", SSL_OP_SINGLE_DH_USE); in init_ssl()
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c1606 SSL_OP_SINGLE_DH_USE; in tls_connection_init()