Home
last modified time | relevance | path

Searched refs:DTLS_server_method (Results 1 – 10 of 10) sorted by relevance

/third_party/openssl/test/
Ddtlstest.c64 if (!TEST_true(create_ssl_ctx_pair(DTLS_server_method(), in test_dtls_unprocessed()
159 if (!TEST_true(create_ssl_ctx_pair(DTLS_server_method(), in test_dtls_drop_records()
270 if (!TEST_true(create_ssl_ctx_pair(DTLS_server_method(), in test_cookie()
302 if (!TEST_true(create_ssl_ctx_pair(DTLS_server_method(), in test_dtls_duplicate_records()
Dssl_test.c408 server_ctx = SSL_CTX_new(DTLS_server_method()); in test_handshake()
414 if (!TEST_ptr(server2_ctx = SSL_CTX_new(DTLS_server_method()))) in test_handshake()
422 resume_server_ctx = SSL_CTX_new(DTLS_server_method()); in test_handshake()
Ddtlsv1listentest.c301 if (!TEST_ptr(ctx = SSL_CTX_new(DTLS_server_method())) in dtls_listen_test()
Dsslapitest.c804 return execute_test_large_message(DTLS_server_method(), in test_large_message_dtls()
5510 if (!TEST_true(create_ssl_ctx_pair(DTLS_server_method(), in test_ssl_pending()
/third_party/openssl/doc/man3/
DSSL_CTX_new.pod10 SSLv23_client_method, DTLS_method, DTLS_server_method, DTLS_client_method,
56 const SSL_METHOD *DTLS_server_method(void);
129 =item DTLS_method(), DTLS_server_method(), DTLS_client_method()
150 DTLS_server_method() and DTLS_client_method() are the I<version-flexible>
/third_party/openssl/ssl/
Dmethods.c148 DTLS_server_method, in IMPLEMENT_tls_meth_func()
/third_party/openssl/apps/
Ds_server.c1480 meth = DTLS_server_method(); in s_server_main()
1486 meth = DTLS_server_method(); in s_server_main()
1494 meth = DTLS_server_method(); in s_server_main()
/third_party/openssl/util/
Dlibssl.num158 DTLS_server_method 159 1_1_0 EXIST::FUNCTION:
/third_party/openssl/include/openssl/
Dssl.h1908 __owur const SSL_METHOD *DTLS_server_method(void); /* DTLS 1.0 and 1.2 */
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h26 #define DTLS_server_method BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, DTLS_server_method) macro