Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/test/
Dtest_config.h86 int quic_use_legacy_codepoint = -1; member
Dtest_config.cc243 {"-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()
/external/cronet/tot/third_party/boringssl/src/ssl/test/
Dtest_config.h104 int quic_use_legacy_codepoint = -1; member
Dtest_config.cc339 &TestConfig::quic_use_legacy_codepoint), in FindFlag()
2368 if (quic_use_legacy_codepoint != -1) { in NewSSL()
2369 SSL_set_quic_use_legacy_codepoint(ssl.get(), quic_use_legacy_codepoint); in NewSSL()
/external/cronet/stable/third_party/boringssl/src/ssl/test/
Dtest_config.h104 int quic_use_legacy_codepoint = -1; member
Dtest_config.cc339 &TestConfig::quic_use_legacy_codepoint), in FindFlag()
2368 if (quic_use_legacy_codepoint != -1) { in NewSSL()
2369 SSL_set_quic_use_legacy_codepoint(ssl.get(), quic_use_legacy_codepoint); in NewSSL()
/external/boringssl/src/ssl/test/
Dtest_config.h114 int quic_use_legacy_codepoint = -1; member
Dtest_config.cc351 &TestConfig::quic_use_legacy_codepoint), in FindFlag()
2412 if (quic_use_legacy_codepoint != -1) { in NewSSL()
2413 SSL_set_quic_use_legacy_codepoint(ssl.get(), quic_use_legacy_codepoint); in NewSSL()
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/
Dextensions.cc2624 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()
Dssl_lib.cc686 quic_use_legacy_codepoint(false), in SSL_CONFIG()
2908 ssl->config->quic_use_legacy_codepoint = !!use_legacy; in SSL_set_quic_use_legacy_codepoint()
Dinternal.h3087 bool quic_use_legacy_codepoint : 1;
/external/cronet/tot/third_party/boringssl/src/ssl/
Dextensions.cc2609 if (use_legacy_codepoint != hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_add_clienthello_impl()
2615 if (hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_add_clienthello_impl()
2649 if (used_legacy_codepoint != hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_parse_serverhello_impl()
2663 assert(used_legacy_codepoint == hs->config->quic_use_legacy_codepoint); in ext_quic_transport_params_parse_serverhello_impl()
2695 if (used_legacy_codepoint != hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_parse_clienthello_impl()
2714 if (used_legacy_codepoint != hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_parse_clienthello_impl()
2747 if (use_legacy_codepoint != hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_add_serverhello_impl()
2753 if (hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_add_serverhello_impl()
Dssl_lib.cc696 quic_use_legacy_codepoint(false), in SSL_CONFIG()
3064 ssl->config->quic_use_legacy_codepoint = !!use_legacy; in SSL_set_quic_use_legacy_codepoint()
Dinternal.h3773 bool quic_use_legacy_codepoint : 1;
/external/cronet/stable/third_party/boringssl/src/ssl/
Dextensions.cc2609 if (use_legacy_codepoint != hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_add_clienthello_impl()
2615 if (hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_add_clienthello_impl()
2649 if (used_legacy_codepoint != hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_parse_serverhello_impl()
2663 assert(used_legacy_codepoint == hs->config->quic_use_legacy_codepoint); in ext_quic_transport_params_parse_serverhello_impl()
2695 if (used_legacy_codepoint != hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_parse_clienthello_impl()
2714 if (used_legacy_codepoint != hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_parse_clienthello_impl()
2747 if (use_legacy_codepoint != hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_add_serverhello_impl()
2753 if (hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_add_serverhello_impl()
Dssl_lib.cc696 quic_use_legacy_codepoint(false), in SSL_CONFIG()
3064 ssl->config->quic_use_legacy_codepoint = !!use_legacy; in SSL_set_quic_use_legacy_codepoint()
Dinternal.h3773 bool quic_use_legacy_codepoint : 1;
/external/boringssl/src/ssl/
Dextensions.cc2561 if (use_legacy_codepoint != hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_add_clienthello_impl()
2567 if (hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_add_clienthello_impl()
2601 if (used_legacy_codepoint != hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_parse_serverhello_impl()
2615 assert(used_legacy_codepoint == hs->config->quic_use_legacy_codepoint); in ext_quic_transport_params_parse_serverhello_impl()
2647 if (used_legacy_codepoint != hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_parse_clienthello_impl()
2666 if (used_legacy_codepoint != hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_parse_clienthello_impl()
2699 if (use_legacy_codepoint != hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_add_serverhello_impl()
2705 if (hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_add_serverhello_impl()
Dssl_lib.cc567 quic_use_legacy_codepoint(false), in SSL_CONFIG()
2940 ssl->config->quic_use_legacy_codepoint = !!use_legacy; in SSL_set_quic_use_legacy_codepoint()
Dinternal.h3692 bool quic_use_legacy_codepoint : 1;