Home
last modified time | relevance | path

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

/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_versions.h173 HandshakeProtocol handshake_protocol, in ParsedQuicVersionIsValid()
215 HandshakeProtocol handshake_protocol; member
Dquic_versions_test.cc466 for (HandshakeProtocol handshake_protocol : SupportedHandshakeProtocols()) { in TEST() local
Dquic_versions.cc530 std::string HandshakeProtocolToString(HandshakeProtocol handshake_protocol) { in HandshakeProtocolToString()
Dquic_stream.cc896 HandshakeProtocol QuicStream::handshake_protocol() const { in handshake_protocol() function in quic::QuicStream
/external/grpc-grpc/src/core/tsi/alts/handshaker/
Dalts_handshaker_service_api.cc105 grpc_gcp_handshake_protocol handshake_protocol) { in grpc_gcp_handshaker_req_set_handshake_protocol()