Searched refs:quic_use_legacy_codepoint (Results 1 – 20 of 20) sorted by relevance
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/ssl/ |
D | extensions.cc | 2624 if (use_legacy_codepoint != hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_add_clienthello_impl() 2630 if (hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_add_clienthello_impl() 2664 if (used_legacy_codepoint != hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_parse_serverhello_impl() 2678 assert(used_legacy_codepoint == hs->config->quic_use_legacy_codepoint); in ext_quic_transport_params_parse_serverhello_impl() 2710 if (used_legacy_codepoint != hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_parse_clienthello_impl() 2729 if (used_legacy_codepoint != hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_parse_clienthello_impl() 2762 if (use_legacy_codepoint != hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_add_serverhello_impl() 2768 if (hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_add_serverhello_impl()
|
D | ssl_lib.cc | 686 quic_use_legacy_codepoint(false), in SSL_CONFIG() 2908 ssl->config->quic_use_legacy_codepoint = !!use_legacy; in SSL_set_quic_use_legacy_codepoint()
|
D | internal.h | 3087 bool quic_use_legacy_codepoint : 1;
|
/aosp_15_r20/external/boringssl/src/ssl/ |
H A D | extensions.cc | 2587 if (use_legacy_codepoint != hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_add_clienthello_impl() 2593 if (hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_add_clienthello_impl() 2627 if (used_legacy_codepoint != hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_parse_serverhello_impl() 2641 assert(used_legacy_codepoint == hs->config->quic_use_legacy_codepoint); in ext_quic_transport_params_parse_serverhello_impl() 2673 if (used_legacy_codepoint != hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_parse_clienthello_impl() 2692 if (used_legacy_codepoint != hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_parse_clienthello_impl() 2725 if (use_legacy_codepoint != hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_add_serverhello_impl() 2731 if (hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_add_serverhello_impl()
|
H A D | ssl_lib.cc | 709 quic_use_legacy_codepoint(false), in SSL_CONFIG() 3082 ssl->config->quic_use_legacy_codepoint = !!use_legacy; in SSL_set_quic_use_legacy_codepoint()
|
H A D | internal.h | 3193 bool quic_use_legacy_codepoint : 1;
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/ |
H A D | extensions.cc | 2582 if (use_legacy_codepoint != hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_add_clienthello_impl() 2588 if (hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_add_clienthello_impl() 2622 if (used_legacy_codepoint != hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_parse_serverhello_impl() 2636 assert(used_legacy_codepoint == hs->config->quic_use_legacy_codepoint); in ext_quic_transport_params_parse_serverhello_impl() 2668 if (used_legacy_codepoint != hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_parse_clienthello_impl() 2687 if (used_legacy_codepoint != hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_parse_clienthello_impl() 2720 if (use_legacy_codepoint != hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_add_serverhello_impl() 2726 if (hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_add_serverhello_impl()
|
H A D | ssl_lib.cc | 707 quic_use_legacy_codepoint(false), in SSL_CONFIG() 3065 ssl->config->quic_use_legacy_codepoint = !!use_legacy; in SSL_set_quic_use_legacy_codepoint()
|
H A D | internal.h | 3203 bool quic_use_legacy_codepoint : 1;
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/ |
D | extensions.cc | 2624 if (use_legacy_codepoint != hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_add_clienthello_impl() 2630 if (hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_add_clienthello_impl() 2664 if (used_legacy_codepoint != hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_parse_serverhello_impl() 2678 assert(used_legacy_codepoint == hs->config->quic_use_legacy_codepoint); in ext_quic_transport_params_parse_serverhello_impl() 2710 if (used_legacy_codepoint != hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_parse_clienthello_impl() 2729 if (used_legacy_codepoint != hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_parse_clienthello_impl() 2762 if (use_legacy_codepoint != hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_add_serverhello_impl() 2768 if (hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_add_serverhello_impl()
|
D | ssl_lib.cc | 686 quic_use_legacy_codepoint(false), in SSL_CONFIG() 2908 ssl->config->quic_use_legacy_codepoint = !!use_legacy; in SSL_set_quic_use_legacy_codepoint()
|
D | internal.h | 3087 bool quic_use_legacy_codepoint : 1;
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/test/ |
D | test_config.h | 86 int quic_use_legacy_codepoint = -1; member
|
D | test_config.cc | 243 {"-quic-use-legacy-codepoint", &TestConfig::quic_use_legacy_codepoint}, 1909 if (quic_use_legacy_codepoint != -1) { in NewSSL() 1910 SSL_set_quic_use_legacy_codepoint(ssl.get(), quic_use_legacy_codepoint); in NewSSL()
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/ssl/test/ |
D | test_config.h | 86 int quic_use_legacy_codepoint = -1; member
|
D | test_config.cc | 243 {"-quic-use-legacy-codepoint", &TestConfig::quic_use_legacy_codepoint}, 1909 if (quic_use_legacy_codepoint != -1) { in NewSSL() 1910 SSL_set_quic_use_legacy_codepoint(ssl.get(), quic_use_legacy_codepoint); in NewSSL()
|
/aosp_15_r20/external/boringssl/src/ssl/test/ |
H A D | test_config.h | 104 int quic_use_legacy_codepoint = -1; member
|
H A D | test_config.cc | 338 &TestConfig::quic_use_legacy_codepoint), in FindFlag() 2255 if (quic_use_legacy_codepoint != -1) { in NewSSL() 2256 SSL_set_quic_use_legacy_codepoint(ssl.get(), quic_use_legacy_codepoint); in NewSSL()
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/ |
H A D | test_config.h | 101 int quic_use_legacy_codepoint = -1; member
|
H A D | test_config.cc | 334 &TestConfig::quic_use_legacy_codepoint), in FindFlag() 2226 if (quic_use_legacy_codepoint != -1) { in NewSSL() 2227 SSL_set_quic_use_legacy_codepoint(ssl.get(), quic_use_legacy_codepoint); in NewSSL()
|