Home
last modified time | relevance | path

Searched refs:DTLS_method (Results 1 – 12 of 12) sorted by relevance

/third_party/openssl/doc/man3/
DSSL_CTX_new.pod10 SSLv23_client_method, DTLS_method, DTLS_server_method, DTLS_client_method,
55 const SSL_METHOD *DTLS_method(void);
129 =item DTLS_method(), DTLS_server_method(), DTLS_client_method()
149 TLS_method(), TLS_server_method(), TLS_client_method(), DTLS_method(),
/third_party/openssl/test/
Ddtls_mtu_test.c150 if (!TEST_ptr(ctx = SSL_CTX_new(DTLS_method()))) in run_mtu_tests()
Dssltest_old.c1379 meth = DTLS_method(); in main()
/third_party/openssl/ssl/
Dmethods.c128 DTLS_method, in IMPLEMENT_tls_meth_func()
/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlsagent.c183 priv->ssl_context = SSL_CTX_new (DTLS_method ()); in gst_dtls_agent_init()
/third_party/openssl/ssl/statem/
Dstatem_lib.c1456 # error Code needs update for DTLS_method() support beyond DTLS1_2_VERSION.
1643 else if (s->ctx->method->version == DTLS_method()->version) in ssl_check_version_downgrade()
/third_party/libcoap/src/
Dcoap_openssl.c730 context->dtls.ctx = SSL_CTX_new(DTLS_method()); in coap_dtls_new_context()
2084 ctx = SSL_CTX_new(DTLS_method()); in tls_server_name_call_back()
2182 ctx = SSL_CTX_new(DTLS_method()); in psk_tls_server_name_call_back()
/third_party/openssl/test/ossl_shim/
Dossl_shim.cc537 config->is_dtls ? DTLS_method() : TLS_method())); in SetupCtx()
/third_party/openssl/util/
Dlibssl.num299 DTLS_method 300 1_1_0 EXIST::FUNCTION:
/third_party/openssl/include/openssl/
Dssl.h1907 __owur const SSL_METHOD *DTLS_method(void); /* DTLS 1.0 and 1.2 */
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h25 #define DTLS_method BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, DTLS_method) macro
/third_party/gstreamer/gstplugins_bad/
DChangeLog67027 DTLS_method().