Searched refs:DTLS_method (Results 1 – 12 of 12) sorted by relevance
/third_party/openssl/doc/man3/ |
D | SSL_CTX_new.pod | 10 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/ |
D | dtls_mtu_test.c | 150 if (!TEST_ptr(ctx = SSL_CTX_new(DTLS_method()))) in run_mtu_tests()
|
D | ssltest_old.c | 1379 meth = DTLS_method(); in main()
|
/third_party/openssl/ssl/ |
D | methods.c | 128 DTLS_method, in IMPLEMENT_tls_meth_func()
|
/third_party/gstreamer/gstplugins_bad/ext/dtls/ |
D | gstdtlsagent.c | 183 priv->ssl_context = SSL_CTX_new (DTLS_method ()); in gst_dtls_agent_init()
|
/third_party/openssl/ssl/statem/ |
D | statem_lib.c | 1456 # 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/ |
D | coap_openssl.c | 730 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/ |
D | ossl_shim.cc | 537 config->is_dtls ? DTLS_method() : TLS_method())); in SetupCtx()
|
/third_party/openssl/util/ |
D | libssl.num | 299 DTLS_method 300 1_1_0 EXIST::FUNCTION:
|
/third_party/openssl/include/openssl/ |
D | ssl.h | 1907 __owur const SSL_METHOD *DTLS_method(void); /* DTLS 1.0 and 1.2 */
|
/third_party/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 25 #define DTLS_method BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, DTLS_method) macro
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 67027 DTLS_method().
|