Home
last modified time | relevance | path

Searched refs:DTLS1_VERSION_MAJOR (Results 1 - 9 of 9) sorted by relevance

/third_party/openssl/ohos_lite/include/openssl/
H A Ddtls1.h21 # define DTLS1_VERSION_MAJOR 0xFE macro
/third_party/node/deps/openssl/openssl/include/openssl/
H A Ddtls1.h32 # define DTLS1_VERSION_MAJOR 0xFE macro
/third_party/openssl/include/openssl/
H A Ddtls1.h32 # define DTLS1_VERSION_MAJOR 0xFE macro
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_asn1.c271 && (as->ssl_version >> 8) != DTLS1_VERSION_MAJOR
H A Dd1_lib.c575 if (versmajor != DTLS1_VERSION_MAJOR) { in DTLSv1_listen()
H A Dssl_lib.c463 || min_version >> 8 == DTLS1_VERSION_MAJOR) in ssl_check_allowed_versions()
466 || max_version >> 8 == DTLS1_VERSION_MAJOR) in ssl_check_allowed_versions()
/third_party/openssl/ssl/
H A Dssl_asn1.c271 && (as->ssl_version >> 8) != DTLS1_VERSION_MAJOR
H A Dd1_lib.c558 if (versmajor != DTLS1_VERSION_MAJOR) { in DTLSv1_listen()
H A Dssl_lib.c452 || min_version >> 8 == DTLS1_VERSION_MAJOR) in ssl_check_allowed_versions()
455 || max_version >> 8 == DTLS1_VERSION_MAJOR) in ssl_check_allowed_versions()

Completed in 19 milliseconds