Home
last modified time | relevance | path

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

/third_party/boost/boost/asio/ssl/
Dcontext_base.hpp140 BOOST_ASIO_STATIC_CONSTANT(long, single_dh_use = SSL_OP_SINGLE_DH_USE);
/third_party/boost/libs/asio/include/boost/asio/ssl/
Dcontext_base.hpp140 BOOST_ASIO_STATIC_CONSTANT(long, single_dh_use = SSL_OP_SINGLE_DH_USE);
/third_party/mindspore/mindspore/ccsrc/ps/core/communicator/
Dssl_http.cc97 …if (!SSL_CTX_set_options(ssl_ctx_, SSL_OP_SINGLE_DH_USE | SSL_OP_SINGLE_ECDH_USE | SSL_OP_NO_SSLv2… in InitSSL()
Dhttp_request_handler.cc37 …if (!SSL_CTX_set_options(SSLHTTP::GetInstance().GetSSLCtx(), SSL_OP_SINGLE_DH_USE | SSL_OP_SINGLE_… in Initialize()
Dssl_client.cc132 …if (!SSL_CTX_set_options(ssl_ctx_, SSL_OP_SINGLE_DH_USE | SSL_OP_SINGLE_ECDH_USE | SSL_OP_NO_SSLv2… in InitSSL()
Dssl_wrapper.cc134 …if (!SSL_CTX_set_options(ssl_ctx_, SSL_OP_SINGLE_DH_USE | SSL_OP_SINGLE_ECDH_USE | SSL_OP_NO_SSLv2… in InitSSL()
/third_party/node/src/
Dnode_constants.cc933 #ifdef SSL_OP_SINGLE_DH_USE in DefineCryptoConstants()
934 NODE_DEFINE_CONSTANT(target, SSL_OP_SINGLE_DH_USE); in DefineCryptoConstants()
Dnode_crypto.cc1275 SSL_CTX_set_options(sc->ctx_.get(), SSL_OP_SINGLE_DH_USE); in SetDHParam()
/third_party/openssl/ssl/
Dssl_conf.c385 SSL_FLAG_TBL_SRV("DHSingle", SSL_OP_SINGLE_DH_USE), in cmd_Options()
/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-server.c552 SSL_CTX_set_options(vhost->tls.ssl_ctx, SSL_OP_SINGLE_DH_USE);
/third_party/openssl/doc/man3/
DSSL_CTX_set_options.pod269 =item SSL_OP_SINGLE_DH_USE
/third_party/python/Modules/
D_ssl.c3099 #ifdef SSL_OP_SINGLE_DH_USE in _ssl__SSLContext_impl()
3100 options |= SSL_OP_SINGLE_DH_USE; in _ssl__SSLContext_impl()
5872 PyModule_AddIntConstant(m, "OP_SINGLE_DH_USE", SSL_OP_SINGLE_DH_USE); in sslmodule_init_constants()
/third_party/nghttp2/src/
Dshrpx_tls.cc801 SSL_OP_SINGLE_DH_USE | in create_ssl_context()
/third_party/openssl/include/openssl/
Dssl.h439 # define SSL_OP_SINGLE_DH_USE 0x0 macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dtls_openssl.c1576 SSL_OP_SINGLE_DH_USE; in tls_connection_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dtls_openssl.c1586 SSL_OP_SINGLE_DH_USE; in tls_connection_init()
/third_party/openssl/
DCHANGES2970 OpenSSL provides the option SSL_OP_SINGLE_DH_USE for ephemeral DH (DHE) in
2981 Additionally the SSL_OP_SINGLE_DH_USE option has been switched on by
11106 *) For SSL_[CTX_]set_tmp_dh, don't create a DH key if SSL_OP_SINGLE_DH_USE
11112 you effectively got SSL_OP_SINGLE_DH_USE when using this macro.
12312 SSL_CTX_set_options(s_ctx, SSL_OP_SINGLE_DH_USE);
12314 SSL_set_options(s_ctx, SSL_OP_SINGLE_DH_USE);
/third_party/node/doc/api/
Dcrypto.md3407 <td><code>SSL_OP_SINGLE_DH_USE</code></td>