Home
last modified time | relevance | path

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

/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dt1_lib.cc2780 SSL_HANDSHAKE *hs, CBB *out, bool use_legacy_codepoint) { in ext_quic_transport_params_add_clienthello_impl()
2916 SSL_HANDSHAKE *hs, CBB *out, bool use_legacy_codepoint) { in ext_quic_transport_params_add_serverhello_impl()
/external/boringssl/src/ssl/
Dextensions.cc2609 const SSL_HANDSHAKE *hs, CBB *out, bool use_legacy_codepoint) { in ext_quic_transport_params_add_clienthello_impl()
2747 SSL_HANDSHAKE *hs, CBB *out, bool use_legacy_codepoint) { in ext_quic_transport_params_add_serverhello_impl()
/external/rust/crates/quiche/src/
Dtls.rs369 pub fn use_legacy_codepoint(&self, use_legacy: bool) { in use_legacy_codepoint() method