Home
last modified time | relevance | path

Searched refs:DTLS1_VERSION_MAJOR (Results 1 – 4 of 4) sorted by relevance

/third_party/openssl/include/openssl/
Ddtls1.h21 # define DTLS1_VERSION_MAJOR 0xFE macro
/third_party/openssl/ssl/
Dssl_asn1.c267 && (as->ssl_version >> 8) != DTLS1_VERSION_MAJOR in d2i_SSL_SESSION()
Dd1_lib.c564 if (versmajor != DTLS1_VERSION_MAJOR) { in DTLSv1_listen()
Dssl_lib.c469 || min_version >> 8 == DTLS1_VERSION_MAJOR) in ssl_check_allowed_versions()
472 || max_version >> 8 == DTLS1_VERSION_MAJOR) in ssl_check_allowed_versions()