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

/freebsd-12-stable/crypto/openssl/include/openssl/
H A Ddtls1.h26 # define DTLS_ANY_VERSION 0x1FFFF macro
/freebsd-12-stable/crypto/openssl/ssl/
H A Dmethods.c127 IMPLEMENT_dtls1_meth_func(DTLS_ANY_VERSION, 0, 0,
147 IMPLEMENT_dtls1_meth_func(DTLS_ANY_VERSION, 0, 0,
171 IMPLEMENT_dtls1_meth_func(DTLS_ANY_VERSION, 0, 0,
H A Dd1_lib.c195 if (s->method->version == DTLS_ANY_VERSION)
642 s->method->version != DTLS_ANY_VERSION) {
711 version = (s->method->version == DTLS_ANY_VERSION) ? DTLS1_VERSION
/freebsd-12-stable/crypto/openssl/ssl/statem/
H A Dstatem_lib.c1593 case DTLS_ANY_VERSION:
1710 case DTLS_ANY_VERSION:
1791 case DTLS_ANY_VERSION:
1942 case DTLS_ANY_VERSION:
2064 case DTLS_ANY_VERSION:
H A Dstatem_srvr.c1673 } else if (s->method->version != DTLS_ANY_VERSION &&
1721 if (s->method->version == DTLS_ANY_VERSION) {
/freebsd-12-stable/crypto/openssl/ssl/record/
H A Drec_layer_d1.c868 if (s->method->version == DTLS_ANY_VERSION &&

Completed in 122 milliseconds