Home
last modified time | relevance | path

Searched refs:quic_use_legacy_codepoint (Results 1 – 5 of 5) sorted by relevance

/external/boringssl/src/ssl/test/
Dtest_config.h78 int quic_use_legacy_codepoint = -1; member
Dtest_config.cc233 {"-quic-use-legacy-codepoint", &TestConfig::quic_use_legacy_codepoint},
1741 if (quic_use_legacy_codepoint != -1) { in NewSSL()
1742 SSL_set_quic_use_legacy_codepoint(ssl.get(), quic_use_legacy_codepoint); in NewSSL()
/external/boringssl/src/ssl/
Dt1_lib.cc2792 if (use_legacy_codepoint != hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_add_clienthello_impl()
2798 if (hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_add_clienthello_impl()
2830 if (used_legacy_codepoint != hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_parse_serverhello_impl()
2844 assert(used_legacy_codepoint == hs->config->quic_use_legacy_codepoint); in ext_quic_transport_params_parse_serverhello_impl()
2876 if (used_legacy_codepoint != hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_parse_clienthello_impl()
2895 if (used_legacy_codepoint != hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_parse_clienthello_impl()
2928 if (use_legacy_codepoint != hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_add_serverhello_impl()
2934 if (hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_add_serverhello_impl()
Dssl_lib.cc734 quic_use_legacy_codepoint(true) { in SSL_CONFIG()
2966 ssl->config->quic_use_legacy_codepoint = !!use_legacy; in SSL_set_quic_use_legacy_codepoint()
Dinternal.h2796 bool quic_use_legacy_codepoint : 1;