Home
last modified time | relevance | path

Searched refs:TLSEXT_MAXLEN_host_name (Results 1 - 8 of 8) sorted by relevance

/third_party/openssl/test/
H A Dservername_test.c85 || !TEST_uint_le(PACKET_remaining(&pkt5), TLSEXT_MAXLEN_host_name) in get_sni_from_client_hello()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dtls1.h221 # define TLSEXT_MAXLEN_host_name 255 macro
/third_party/openssl/include/openssl/
H A Dtls1.h217 # define TLSEXT_MAXLEN_host_name 255 macro
/third_party/openssl/ohos_lite/include/openssl/
H A Dtls1.h214 # define TLSEXT_MAXLEN_host_name 255 macro
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dextensions_srvr.c130 if (PACKET_remaining(&hostname) > TLSEXT_MAXLEN_host_name) { in tls_parse_ctos_server_name()
/third_party/openssl/ssl/statem/
H A Dextensions_srvr.c130 if (PACKET_remaining(&hostname) > TLSEXT_MAXLEN_host_name) { in tls_parse_ctos_server_name()
/third_party/node/deps/openssl/openssl/ssl/
H A Ds3_lib.c3502 if (len == 0 || len > TLSEXT_MAXLEN_host_name) { in ssl3_ctrl()
/third_party/openssl/ssl/
H A Ds3_lib.c3502 if (len == 0 || len > TLSEXT_MAXLEN_host_name) { in ssl3_ctrl()

Completed in 26 milliseconds