Home
last modified time | relevance | path

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

/ssl/test/
A Dtest_config.h119 int quic_use_legacy_codepoint = -1; member
A Dtest_config.cc392 &TestConfig::quic_use_legacy_codepoint), in FindFlag()
2503 if (quic_use_legacy_codepoint != -1) { in NewSSL()
2504 SSL_set_quic_use_legacy_codepoint(ssl.get(), quic_use_legacy_codepoint); in NewSSL()
/ssl/
A Dextensions.cc2772 if (use_legacy_codepoint != hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_add_clienthello_impl()
2778 if (hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_add_clienthello_impl()
2812 if (used_legacy_codepoint != hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_parse_serverhello_impl()
2826 assert(used_legacy_codepoint == hs->config->quic_use_legacy_codepoint); in ext_quic_transport_params_parse_serverhello_impl()
2858 if (used_legacy_codepoint != hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_parse_clienthello_impl()
2877 if (used_legacy_codepoint != hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_parse_clienthello_impl()
2910 if (use_legacy_codepoint != hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_add_serverhello_impl()
2916 if (hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_add_serverhello_impl()
A Dssl_lib.cc582 quic_use_legacy_codepoint(false), in SSL_CONFIG()
3031 ssl->config->quic_use_legacy_codepoint = !!use_legacy; in SSL_set_quic_use_legacy_codepoint()
A Dinternal.h3344 bool quic_use_legacy_codepoint : 1; member

Completed in 42 milliseconds