Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_versions.h172 HandshakeProtocol handshake_protocol, in ParsedQuicVersionIsValid()
211 HandshakeProtocol handshake_protocol; member
H A Dquic_versions_test.cc438 for (HandshakeProtocol handshake_protocol : SupportedHandshakeProtocols()) { in TEST() local
H A Dquic_versions.cc531 std::string HandshakeProtocolToString(HandshakeProtocol handshake_protocol) { in HandshakeProtocolToString()
H A Dquic_stream.cc905 HandshakeProtocol QuicStream::handshake_protocol() const { in handshake_protocol() function in quic::QuicStream