Home
last modified time | relevance | path

Searched defs:selected_protocol (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dhandshake_server.cc1665 CBS next_protocol = msg.body, selected_protocol, padding; in do_read_next_proto() local
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/
Dhandshake_server.cc1665 CBS next_protocol = msg.body, selected_protocol, padding; in do_read_next_proto() local
/aosp_15_r20/external/boringssl/src/ssl/
H A Dhandshake_server.cc1739 CBS next_protocol = msg.body, selected_protocol, padding; in do_read_next_proto() local
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/
H A Dhandshake_server.cc1729 CBS next_protocol = msg.body, selected_protocol, padding; in do_read_next_proto() local
/aosp_15_r20/external/cronet/net/websockets/
H A Dwebsocket_channel_test.cc235 const std::string& selected_protocol, in OnAddChannelResponse()