OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crypto_stream_
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/net/tools/quic/
quic_client_session.cc
22
crypto_stream_
(server_hostname, this, crypto_config) {
29
if (!
crypto_stream_
.encryption_established()) {
50
return &
crypto_stream_
;
54
return
crypto_stream_
.CryptoConnect();
58
return
crypto_stream_
.num_sent_client_hellos();
quic_server_session.h
55
const QuicCryptoServerStream* crypto_stream() { return
crypto_stream_
.get(); }
74
scoped_ptr<QuicCryptoServerStream>
crypto_stream_
;
member in class:net::tools::QuicServerSession
quic_client_session.h
50
QuicCryptoClientStream
crypto_stream_
;
member in class:net::tools::QuicClientSession
quic_server_session.cc
28
crypto_stream_
.reset(CreateQuicCryptoServerStream(crypto_config));
72
return
crypto_stream_
.get();
/external/chromium_org/net/tools/quic/test_tools/
quic_test_utils.cc
69
crypto_stream_
(NULL) {
75
crypto_stream_
= stream;
79
return
crypto_stream_
;
quic_test_utils.h
108
QuicCryptoStream*
crypto_stream_
;
member in class:net::tools::test::TestSession
/external/chromium_org/net/quic/
quic_client_session.cc
105
crypto_stream_
.reset(
142
crypto_stream_
->num_sent_client_hellos());
145
crypto_stream_
->num_sent_client_hellos());
183
if (!
crypto_stream_
->encryption_established()) {
218
if (!
crypto_stream_
->encryption_established()) {
248
return
crypto_stream_
.get();
252
DCHECK(
crypto_stream_
.get());
253
return
crypto_stream_
->GetSSLInfo(ssl_info);
260
if (!
crypto_stream_
->CryptoConnect()) {
261
// TODO(wtc): change
crypto_stream_
.CryptoConnect() to return
[
all
...]
quic_session_test.cc
95
crypto_stream_
(this) {
99
return &
crypto_stream_
;
120
TestCryptoStream
crypto_stream_
;
member in class:net::test::__anon9321::TestSession
185
session_.
crypto_stream_
.OnHandshakeMessage(message);
390
session_.
crypto_stream_
.OnHandshakeMessage(msg);
quic_client_session.h
198
scoped_ptr<QuicCryptoClientStream>
crypto_stream_
;
member in class:net::QuicClientSession
/external/chromium_org/net/quic/test_tools/
quic_test_utils.cc
304
crypto_stream_
(NULL) {
310
crypto_stream_
= stream;
314
return
crypto_stream_
;
quic_test_utils.h
357
QuicCryptoStream*
crypto_stream_
;
member in class:net::test::TestSession
Completed in 448 milliseconds