Searched refs:SSL_OP_SINGLE_DH_USE (Results 1 – 18 of 18) sorted by relevance
/third_party/boost/boost/asio/ssl/ |
D | context_base.hpp | 140 BOOST_ASIO_STATIC_CONSTANT(long, single_dh_use = SSL_OP_SINGLE_DH_USE);
|
/third_party/boost/libs/asio/include/boost/asio/ssl/ |
D | context_base.hpp | 140 BOOST_ASIO_STATIC_CONSTANT(long, single_dh_use = SSL_OP_SINGLE_DH_USE);
|
/third_party/mindspore/mindspore/ccsrc/ps/core/communicator/ |
D | ssl_http.cc | 97 …if (!SSL_CTX_set_options(ssl_ctx_, SSL_OP_SINGLE_DH_USE | SSL_OP_SINGLE_ECDH_USE | SSL_OP_NO_SSLv2… in InitSSL()
|
D | http_request_handler.cc | 37 …if (!SSL_CTX_set_options(SSLHTTP::GetInstance().GetSSLCtx(), SSL_OP_SINGLE_DH_USE | SSL_OP_SINGLE_… in Initialize()
|
D | ssl_client.cc | 132 …if (!SSL_CTX_set_options(ssl_ctx_, SSL_OP_SINGLE_DH_USE | SSL_OP_SINGLE_ECDH_USE | SSL_OP_NO_SSLv2… in InitSSL()
|
D | ssl_wrapper.cc | 134 …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/ |
D | node_constants.cc | 933 #ifdef SSL_OP_SINGLE_DH_USE in DefineCryptoConstants() 934 NODE_DEFINE_CONSTANT(target, SSL_OP_SINGLE_DH_USE); in DefineCryptoConstants()
|
D | node_crypto.cc | 1275 SSL_CTX_set_options(sc->ctx_.get(), SSL_OP_SINGLE_DH_USE); in SetDHParam()
|
/third_party/openssl/ssl/ |
D | ssl_conf.c | 385 SSL_FLAG_TBL_SRV("DHSingle", SSL_OP_SINGLE_DH_USE), in cmd_Options()
|
/third_party/libwebsockets/lib/tls/openssl/ |
D | openssl-server.c | 552 SSL_CTX_set_options(vhost->tls.ssl_ctx, SSL_OP_SINGLE_DH_USE);
|
/third_party/openssl/doc/man3/ |
D | SSL_CTX_set_options.pod | 269 =item SSL_OP_SINGLE_DH_USE
|
/third_party/python/Modules/ |
D | _ssl.c | 3099 #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/ |
D | shrpx_tls.cc | 801 SSL_OP_SINGLE_DH_USE | in create_ssl_context()
|
/third_party/openssl/include/openssl/ |
D | ssl.h | 439 # define SSL_OP_SINGLE_DH_USE 0x0 macro
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | tls_openssl.c | 1576 SSL_OP_SINGLE_DH_USE; in tls_connection_init()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | tls_openssl.c | 1586 SSL_OP_SINGLE_DH_USE; in tls_connection_init()
|
/third_party/openssl/ |
D | CHANGES | 2970 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/ |
D | crypto.md | 3407 <td><code>SSL_OP_SINGLE_DH_USE</code></td>
|