HomeSort by relevance Sort by last modified time
    Searched refs:encryption_established (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/net/quic/
quic_crypto_stream.h 62 bool encryption_established() const { return encryption_established_; } function in class:net::QuicCryptoStream
quic_crypto_server_stream_test.cc 122 EXPECT_FALSE(stream_.encryption_established());
132 EXPECT_TRUE(stream_.encryption_established());
254 EXPECT_TRUE(stream_.encryption_established());
264 EXPECT_TRUE(stream_.encryption_established());
274 EXPECT_TRUE(stream_.encryption_established());
quic_crypto_stream_test.cc 76 EXPECT_FALSE(stream_.encryption_established());
quic_crypto_client_stream_test.cc 61 EXPECT_FALSE(stream_->encryption_established());
67 EXPECT_TRUE(stream_->encryption_established());
116 EXPECT_TRUE(stream_->encryption_established());
quic_client_session.cc 322 if (!crypto_stream_->encryption_established()) {
362 if (!crypto_stream_->encryption_established()) {
537 crypto_stream_->encryption_established() &&
quic_session.cc 463 return GetCryptoStream()->encryption_established();
  /external/chromium_org/net/tools/quic/
quic_client_session.cc 42 if (!crypto_stream_->encryption_established()) {

Completed in 673 milliseconds