Home
last modified time | relevance | path

Searched defs:use_legacy_codepoint (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dextensions.cc2612 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/
Dextensions.cc2621 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/
Dextensions.cc2621 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/
Dtls.rs443 pub fn use_legacy_codepoint(&mut self, use_legacy: bool) { in use_legacy_codepoint() method