Searched refs:use_legacy_codepoint (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/ssl/ |
D | extensions.cc | 2612 const SSL_HANDSHAKE *hs, CBB *out, bool use_legacy_codepoint) { in ext_quic_transport_params_add_clienthello_impl() argument 2624 if (use_legacy_codepoint != hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_add_clienthello_impl() 2750 SSL_HANDSHAKE *hs, CBB *out, bool use_legacy_codepoint) { in ext_quic_transport_params_add_serverhello_impl() argument 2751 if (hs->ssl->quic_method == nullptr && use_legacy_codepoint) { in ext_quic_transport_params_add_serverhello_impl() 2762 if (use_legacy_codepoint != hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_add_serverhello_impl()
|
/aosp_15_r20/external/boringssl/src/ssl/ |
H A D | extensions.cc | 2575 const SSL_HANDSHAKE *hs, CBB *out, bool use_legacy_codepoint) { in ext_quic_transport_params_add_clienthello_impl() argument 2587 if (use_legacy_codepoint != hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_add_clienthello_impl() 2713 SSL_HANDSHAKE *hs, CBB *out, bool use_legacy_codepoint) { in ext_quic_transport_params_add_serverhello_impl() argument 2714 if (hs->ssl->quic_method == nullptr && use_legacy_codepoint) { in ext_quic_transport_params_add_serverhello_impl() 2725 if (use_legacy_codepoint != hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_add_serverhello_impl()
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/ |
H A D | extensions.cc | 2570 const SSL_HANDSHAKE *hs, CBB *out, bool use_legacy_codepoint) { in ext_quic_transport_params_add_clienthello_impl() argument 2582 if (use_legacy_codepoint != hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_add_clienthello_impl() 2708 SSL_HANDSHAKE *hs, CBB *out, bool use_legacy_codepoint) { in ext_quic_transport_params_add_serverhello_impl() argument 2709 if (hs->ssl->quic_method == nullptr && use_legacy_codepoint) { in ext_quic_transport_params_add_serverhello_impl() 2720 if (use_legacy_codepoint != hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_add_serverhello_impl()
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/ |
D | extensions.cc | 2612 const SSL_HANDSHAKE *hs, CBB *out, bool use_legacy_codepoint) { in ext_quic_transport_params_add_clienthello_impl() argument 2624 if (use_legacy_codepoint != hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_add_clienthello_impl() 2750 SSL_HANDSHAKE *hs, CBB *out, bool use_legacy_codepoint) { in ext_quic_transport_params_add_serverhello_impl() argument 2751 if (hs->ssl->quic_method == nullptr && use_legacy_codepoint) { in ext_quic_transport_params_add_serverhello_impl() 2762 if (use_legacy_codepoint != hs->config->quic_use_legacy_codepoint) { in ext_quic_transport_params_add_serverhello_impl()
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/src/ |
D | tls.rs | 443 pub fn use_legacy_codepoint(&mut self, use_legacy: bool) { in use_legacy_codepoint() method
|
D | lib.rs | 1853 .use_legacy_codepoint(config.version != PROTOCOL_VERSION_V1); in with_tls() 2313 .use_legacy_codepoint(self.version != PROTOCOL_VERSION_V1); in recv_single() 2389 .use_legacy_codepoint(self.version != PROTOCOL_VERSION_V1); in recv_single()
|
/aosp_15_r20/external/rust/crates/quiche/src/ |
D | tls.rs | 443 pub fn use_legacy_codepoint(&mut self, use_legacy: bool) { in use_legacy_codepoint() method
|
D | lib.rs | 1853 .use_legacy_codepoint(config.version != PROTOCOL_VERSION_V1); in with_tls() 2313 .use_legacy_codepoint(self.version != PROTOCOL_VERSION_V1); in recv_single() 2389 .use_legacy_codepoint(self.version != PROTOCOL_VERSION_V1); in recv_single()
|