Searched refs:encryption_established (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_crypto_stream.h62 bool encryption_established() const { return encryption_established_; } function in class:net::QuicCryptoStream
H A Dquic_crypto_server_stream_test.cc122 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());
H A Dquic_crypto_stream_test.cc76 EXPECT_FALSE(stream_.encryption_established());
H A Dquic_crypto_client_stream_test.cc61 EXPECT_FALSE(stream_->encryption_established());
67 EXPECT_TRUE(stream_->encryption_established());
116 EXPECT_TRUE(stream_->encryption_established());
H A Dquic_client_session.cc322 if (!crypto_stream_->encryption_established()) {
362 if (!crypto_stream_->encryption_established()) {
537 crypto_stream_->encryption_established() &&
H A Dquic_session.cc463 return GetCryptoStream()->encryption_established();
/external/chromium_org/net/tools/quic/
H A Dquic_client_session.cc42 if (!crypto_stream_->encryption_established()) {

Completed in 93 milliseconds