Home
last modified time | relevance | path

Searched refs:SSL_CTX_set_ecdh_auto (Results 1 – 9 of 9) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlsagent.c205 SSL_CTX_set_ecdh_auto (priv->ssl_context, 1); in gst_dtls_agent_init()
/third_party/boringssl/src/
DPORTING.md268 `SSL_CTRL_SET_ECDH_AUTO` | `SSL_CTX_set_ecdh_auto`
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dtls_openssl.c5270 if (SSL_CTX_set_ecdh_auto(ssl_ctx, 1) != 1) { in tls_global_set_params()
5286 SSL_CTX_set_ecdh_auto(ssl_ctx, 1); in tls_global_set_params()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dtls_openssl.c5270 if (SSL_CTX_set_ecdh_auto(ssl_ctx, 1) != 1) { in tls_global_set_params()
5286 SSL_CTX_set_ecdh_auto(ssl_ctx, 1); in tls_global_set_params()
/third_party/nghttp2/src/
Dshrpx_tls.cc859 SSL_CTX_set_ecdh_auto(ssl_ctx, 1); in create_ssl_context()
/third_party/python/Modules/
D_ssl.c3255 #if defined(SSL_CTX_set_ecdh_auto) in _ssl__SSLContext_impl()
3256 SSL_CTX_set_ecdh_auto(self->ctx, 1); in _ssl__SSLContext_impl()
/third_party/openssl/include/openssl/
Dssl.h1486 # define SSL_CTX_set_ecdh_auto(dummy, onoff) ((onoff) != 0) macro
/third_party/boringssl/src/include/openssl/
Dssl.h4489 #define SSL_CTX_set_ecdh_auto(ctx, onoff) 1 macro
/third_party/openssl/
DCHANGES3425 SSL_CTX_set_ecdh_auto(ctx, 1) and the server will automatically