Home
last modified time | relevance | path

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

/third_party/openssl/test/
Ddtlstest.c65 DTLS_client_method(), in test_dtls_unprocessed()
160 DTLS_client_method(), in test_dtls_drop_records()
271 DTLS_client_method(), in test_cookie()
303 DTLS_client_method(), in test_dtls_duplicate_records()
Dssl_test.c417 client_ctx = SSL_CTX_new(DTLS_client_method()); in test_handshake()
426 resume_client_ctx = SSL_CTX_new(DTLS_client_method()); in test_handshake()
Dbad_dtls_test.c474 ctx = SSL_CTX_new(DTLS_client_method()); in test_bad_dtls()
Dsslapitest.c805 DTLS_client_method(), in test_large_message_dtls()
5511 DTLS_client_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,
57 const SSL_METHOD *DTLS_client_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.c172 DTLS_client_method, in IMPLEMENT_tls_meth_func()
/third_party/openssl/apps/
Ds_client.c1326 meth = DTLS_client_method(); in s_client_main()
1333 meth = DTLS_client_method(); in s_client_main()
1342 meth = DTLS_client_method(); in s_client_main()
/third_party/openssl/util/
Dlibssl.num274 DTLS_client_method 275 1_1_0 EXIST::FUNCTION:
/third_party/openssl/include/openssl/
Dssl.h1909 __owur const SSL_METHOD *DTLS_client_method(void); /* DTLS 1.0 and 1.2 */
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h24 #define DTLS_client_method BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, DTLS_client_method) macro