Searched defs:use_legacy_codepoint (Results 1 – 4 of 4) sorted by relevance
/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() 2750 SSL_HANDSHAKE *hs, CBB *out, bool use_legacy_codepoint) { in ext_quic_transport_params_add_serverhello_impl()
|
/external/boringssl/src/ssl/ |
D | extensions.cc | 2621 const SSL_HANDSHAKE *hs, CBB *out, bool use_legacy_codepoint) { in ext_quic_transport_params_add_clienthello_impl() 2759 SSL_HANDSHAKE *hs, CBB *out, bool use_legacy_codepoint) { in ext_quic_transport_params_add_serverhello_impl()
|
/external/cronet/third_party/boringssl/src/ssl/ |
D | extensions.cc | 2621 const SSL_HANDSHAKE *hs, CBB *out, bool use_legacy_codepoint) { in ext_quic_transport_params_add_clienthello_impl() 2759 SSL_HANDSHAKE *hs, CBB *out, bool use_legacy_codepoint) { in ext_quic_transport_params_add_serverhello_impl()
|
/external/rust/crates/quiche/src/ |
D | tls.rs | 443 pub fn use_legacy_codepoint(&mut self, use_legacy: bool) { in use_legacy_codepoint() method
|