Home
last modified time | relevance | path

Searched refs:DTLS_ANY_VERSION (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssl/ssl/
H A Dmethods.c128 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 Dd1_lib.c212 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()
/freebsd/crypto/openssl/include/openssl/
H A Ddtls1.h35 # define DTLS_ANY_VERSION 0x1FFFF macro
/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_lib.c1597 case DTLS_ANY_VERSION: in ssl_version_supported()
1714 case DTLS_ANY_VERSION: in ssl_set_version_bound()
1795 case DTLS_ANY_VERSION: in ssl_choose_server_version()
1943 case DTLS_ANY_VERSION: in ssl_choose_client_version()
2059 case DTLS_ANY_VERSION: in ssl_get_min_max_version()
H A Dstatem_srvr.c1645 } 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()
/freebsd/crypto/openssl/ssl/record/
H A Drec_layer_d1.c859 if (s->method->version == DTLS_ANY_VERSION && in do_dtls1_write()