Searched refs:DTLS_client_method (Results 1 – 10 of 10) sorted by relevance
/third_party/openssl/test/ |
D | dtlstest.c | 65 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()
|
D | ssl_test.c | 417 client_ctx = SSL_CTX_new(DTLS_client_method()); in test_handshake() 426 resume_client_ctx = SSL_CTX_new(DTLS_client_method()); in test_handshake()
|
D | bad_dtls_test.c | 474 ctx = SSL_CTX_new(DTLS_client_method()); in test_bad_dtls()
|
D | sslapitest.c | 805 DTLS_client_method(), in test_large_message_dtls() 5511 DTLS_client_method(), in test_ssl_pending()
|
/third_party/openssl/doc/man3/ |
D | SSL_CTX_new.pod | 10 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/ |
D | methods.c | 172 DTLS_client_method, in IMPLEMENT_tls_meth_func()
|
/third_party/openssl/apps/ |
D | s_client.c | 1326 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/ |
D | libssl.num | 274 DTLS_client_method 275 1_1_0 EXIST::FUNCTION:
|
/third_party/openssl/include/openssl/ |
D | ssl.h | 1909 __owur const SSL_METHOD *DTLS_client_method(void); /* DTLS 1.0 and 1.2 */
|
/third_party/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 24 #define DTLS_client_method BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, DTLS_client_method) macro
|