Searched refs:DTLS_ANY_VERSION (Results 1 - 13 of 13) sorted by relevance
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | methods.c | 128 IMPLEMENT_dtls1_meth_func(DTLS_ANY_VERSION, 0, 0, in IMPLEMENT_tls_meth_func() 148 IMPLEMENT_dtls1_meth_func(DTLS_ANY_VERSION, 0, 0, in IMPLEMENT_tls_meth_func() 172 IMPLEMENT_dtls1_meth_func(DTLS_ANY_VERSION, 0, 0, in IMPLEMENT_tls_meth_func()
|
H A D | d1_lib.c | 212 if (s->method->version == DTLS_ANY_VERSION) in dtls1_clear() 652 s->method->version != DTLS_ANY_VERSION) { in DTLSv1_listen() 721 version = (s->method->version == DTLS_ANY_VERSION) ? DTLS1_VERSION in DTLSv1_listen()
|
/third_party/openssl/ssl/ |
H A D | methods.c | 128 IMPLEMENT_dtls1_meth_func(DTLS_ANY_VERSION, 0, 0, in IMPLEMENT_tls_meth_func() 148 IMPLEMENT_dtls1_meth_func(DTLS_ANY_VERSION, 0, 0, in IMPLEMENT_tls_meth_func() 172 IMPLEMENT_dtls1_meth_func(DTLS_ANY_VERSION, 0, 0, in IMPLEMENT_tls_meth_func()
|
H A D | d1_lib.c | 195 if (s->method->version == DTLS_ANY_VERSION) in dtls1_clear() 635 s->method->version != DTLS_ANY_VERSION) { in DTLSv1_listen() 704 version = (s->method->version == DTLS_ANY_VERSION) ? DTLS1_VERSION in DTLSv1_listen()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | dtls1.h | 26 # define DTLS_ANY_VERSION 0x1FFFF macro
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | dtls1.h | 35 # define DTLS_ANY_VERSION 0x1FFFF macro
|
/third_party/openssl/include/openssl/ |
H A D | dtls1.h | 35 # define DTLS_ANY_VERSION 0x1FFFF macro
|
/third_party/node/deps/openssl/openssl/ssl/statem/ |
H A D | statem_lib.c | 1628 case DTLS_ANY_VERSION: in ssl_version_supported() 1745 case DTLS_ANY_VERSION: in ssl_set_version_bound() 1826 case DTLS_ANY_VERSION: in ssl_choose_server_version() 1974 case DTLS_ANY_VERSION: in ssl_choose_client_version() 2090 case DTLS_ANY_VERSION: in ssl_get_min_max_version()
|
H A D | statem_srvr.c | 1665 } else if (s->method->version != DTLS_ANY_VERSION && in tls_early_post_process_client_hello() 1707 if (s->method->version == DTLS_ANY_VERSION) { in tls_early_post_process_client_hello()
|
/third_party/openssl/ssl/statem/ |
H A D | statem_lib.c | 1593 case DTLS_ANY_VERSION: in ssl_version_supported() 1710 case DTLS_ANY_VERSION: in ssl_set_version_bound() 1791 case DTLS_ANY_VERSION: in ssl_choose_server_version() 1939 case DTLS_ANY_VERSION: in ssl_choose_client_version() 2055 case DTLS_ANY_VERSION: in ssl_get_min_max_version()
|
H A D | statem_srvr.c | 1645 } else if (s->method->version != DTLS_ANY_VERSION && in tls_early_post_process_client_hello() 1687 if (s->method->version == DTLS_ANY_VERSION) { in tls_early_post_process_client_hello()
|
/third_party/node/deps/openssl/openssl/ssl/record/ |
H A D | rec_layer_d1.c | 859 if (s->method->version == DTLS_ANY_VERSION && in do_dtls1_write()
|
/third_party/openssl/ssl/record/ |
H A D | rec_layer_d1.c | 859 if (s->method->version == DTLS_ANY_VERSION && in do_dtls1_write()
|
Completed in 19 milliseconds