Searched refs:quic_use_legacy_codepoint (Results 1 – 5 of 5) sorted by relevance
119 int quic_use_legacy_codepoint = -1; member
392 &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()
2772 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()
582 quic_use_legacy_codepoint(false), in SSL_CONFIG()3031 ssl->config->quic_use_legacy_codepoint = !!use_legacy; in SSL_set_quic_use_legacy_codepoint()
3344 bool quic_use_legacy_codepoint : 1; member
Completed in 42 milliseconds