Searched refs:crypto_stream_ (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/net/tools/quic/
H A Dquic_client_session.cc29 crypto_stream_.reset(
42 if (!crypto_stream_->encryption_established()) {
63 return crypto_stream_.get();
68 return crypto_stream_->CryptoConnect();
72 return crypto_stream_->num_sent_client_hellos();
H A Dquic_server_session.cc30 crypto_stream_.reset(CreateQuicCryptoServerStream(crypto_config));
55 if (crypto_stream_.get() != NULL) {
56 crypto_stream_->CancelOutstandingCallbacks();
135 crypto_stream_->SendServerConfigUpdate(&cached_network_params);
170 return crypto_stream_.get();
H A Dquic_server_session.h65 return crypto_stream_.get();
92 scoped_ptr<QuicCryptoServerStream> crypto_stream_; member in class:net::tools::QuicServerSession
H A Dquic_client_session.h58 scoped_ptr<QuicCryptoClientStream> crypto_stream_; member in class:net::tools::QuicClientSession
H A Dquic_server_session_test.cc58 s->crypto_stream_.reset(crypto_stream);
/external/chromium_org/net/quic/test_tools/
H A Dquic_client_session_peer.cc23 session->crypto_stream_->channel_id_sent_ = channel_id_sent;
H A Dquic_test_utils.cc329 crypto_stream_(NULL) {
336 crypto_stream_ = stream;
340 return crypto_stream_;
346 crypto_stream_(NULL) {
354 crypto_stream_ = stream;
358 return crypto_stream_;
H A Dquic_test_utils.h389 QuicCryptoStream* crypto_stream_; member in class:net::test::TestSession
414 QuicCryptoStream* crypto_stream_; member in class:net::test::TestClientSession
/external/chromium_org/net/quic/
H A Dquic_server_session.cc30 crypto_stream_.reset(CreateQuicCryptoServerStream(crypto_config));
55 if (crypto_stream_.get() != NULL) {
56 crypto_stream_->CancelOutstandingCallbacks();
135 crypto_stream_->SendServerConfigUpdate(&cached_network_params);
170 return crypto_stream_.get();
H A Dquic_server_session.h64 return crypto_stream_.get();
91 scoped_ptr<QuicCryptoServerStream> crypto_stream_; member in class:net::QuicServerSession
H A Dquic_client_session.cc168 crypto_stream_.reset(
224 crypto_stream_->num_sent_client_hellos());
229 int round_trip_handshakes = crypto_stream_->num_sent_client_hellos() - 1;
322 if (!crypto_stream_->encryption_established()) {
362 if (!crypto_stream_->encryption_established()) {
395 return crypto_stream_.get();
412 QuicTag aead = crypto_stream_->crypto_negotiated_params().aead;
442 ssl_info->channel_id_sent = crypto_stream_->WasChannelIDSent();
455 if (!crypto_stream_->CryptoConnect()) {
456 // TODO(wtc): change crypto_stream_
[all...]
H A Dquic_client_session.h227 scoped_ptr<QuicCryptoClientStream> crypto_stream_; member in class:net::QuicClientSession
H A Dquic_session_test.cc129 crypto_stream_(this),
135 return &crypto_stream_;
183 StrictMock<TestCryptoStream> crypto_stream_; member in class:net::test::__anon9488::TestSession
/external/chromium_org/net/tools/quic/test_tools/
H A Dquic_test_utils.cc100 crypto_stream_(NULL) {
107 crypto_stream_ = stream;
111 return crypto_stream_;
H A Dquic_test_utils.h110 QuicCryptoStream* crypto_stream_; member in class:net::tools::test::TestSession

Completed in 69 milliseconds