Home
last modified time | relevance | path

Searched defs:CryptoHandshakeMessage (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
H A Dcrypto_handshake_message.cc23 CryptoHandshakeMessage::CryptoHandshakeMessage() : tag_(0), minimum_size_(0) {} in CryptoHandshakeMessage() function in quic::CryptoHandshakeMessage
25 CryptoHandshakeMessage::CryptoHandshakeMessage( in CryptoHandshakeMessage() function in quic::CryptoHandshakeMessage
H A Dquic_crypto_client_config.h29 class CryptoHandshakeMessage; variable
H A Dquic_crypto_server_config.h36 class CryptoHandshakeMessage; variable
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/tools/
H A Dquic_simple_crypto_server_stream_helper.cc18 const CryptoHandshakeMessage& /*message*/, in CanAcceptClientHello()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_crypto_server_stream_base.h24 class CryptoHandshakeMessage; variable
H A Dquic_config.h26 class CryptoHandshakeMessage; variable
H A Dquic_generic_session.cc36 bool CanAcceptClientHello(const CryptoHandshakeMessage& /*message*/, in CanAcceptClientHello() argument
H A Dquic_session.cc1896 const CryptoHandshakeMessage& /*message*/) {} in OnCryptoHandshakeMessageSent()
1899 const CryptoHandshakeMessage& /*message*/) {} in OnCryptoHandshakeMessageReceived()
H A Dquic_session_test.cc79 void OnHandshakeMessage(const CryptoHandshakeMessage& /*message*/) override { in OnHandshakeMessage()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
H A Dquic_spdy_stream_test.cc84 void OnHandshakeMessage(const CryptoHandshakeMessage& /*message*/) override { in OnHandshakeMessage()
H A Dquic_spdy_session_test.cc98 void OnHandshakeMessage(const CryptoHandshakeMessage& /*message*/) override { in OnHandshakeMessage()