HomeSort by relevance Sort by last modified time
    Searched defs:QuicCryptoServerStream (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/quic/
quic_crypto_server_stream.cc 28 QuicCryptoServerStream::QuicCryptoServerStream(
38 QuicCryptoServerStream::~QuicCryptoServerStream() {
42 void QuicCryptoServerStream::CancelOutstandingCallbacks() {
49 void QuicCryptoServerStream::OnHandshakeMessage(
81 void QuicCryptoServerStream::FinishProcessingHandshakeMessage(
159 void QuicCryptoServerStream::SendServerConfigUpdate(
186 void QuicCryptoServerStream::OnServerHelloAcked() {
190 bool QuicCryptoServerStream::GetBase64SHA256ClientChannelID
    [all...]
quic_crypto_server_stream.h 20 class QuicCryptoServerStream;
32 explicit ServerHelloNotifier(QuicCryptoServerStream* stream)
46 QuicCryptoServerStream* server_stream_;
51 class NET_EXPORT_PRIVATE QuicCryptoServerStream : public QuicCryptoStream {
53 QuicCryptoServerStream(const QuicCryptoServerConfig& crypto_config,
55 virtual ~QuicCryptoServerStream();
100 explicit ValidateCallback(QuicCryptoServerStream* parent);
109 QuicCryptoServerStream* parent_;
136 DISALLOW_COPY_AND_ASSIGN(QuicCryptoServerStream);

Completed in 975 milliseconds