Searched refs:QuicCryptoStream (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_crypto_stream.cc23 QuicCryptoStream::QuicCryptoStream(QuicSession* session) function in class:net::QuicCryptoStream
37 void QuicCryptoStream::OnError(CryptoFramer* framer) {
42 void QuicCryptoStream::OnHandshakeMessage(
48 uint32 QuicCryptoStream::ProcessRawData(const char* data,
57 QuicPriority QuicCryptoStream::EffectivePriority() const {
61 void QuicCryptoStream::SendHandshakeMessage(
66 void QuicCryptoStream::SendHandshakeMessage(
76 bool QuicCryptoStream::ExportKeyingMaterial(
95 QuicCryptoStream
[all...]
H A Dquic_crypto_stream.h22 // will allocate an instance of a subclass of QuicCryptoStream
30 class NET_EXPORT_PRIVATE QuicCryptoStream class in namespace:net
34 explicit QuicCryptoStream(QuicSession* session);
76 DISALLOW_COPY_AND_ASSIGN(QuicCryptoStream);
H A Dquic_crypto_stream_test.cc26 class MockQuicCryptoStream : public QuicCryptoStream {
29 : QuicCryptoStream(session) {
H A Dquic_crypto_server_stream.h51 class NET_EXPORT_PRIVATE QuicCryptoServerStream : public QuicCryptoStream {
H A Dquic_crypto_client_stream.h26 class NET_EXPORT_PRIVATE QuicCryptoClientStream : public QuicCryptoStream {
H A Dquic_crypto_server_stream.cc31 : QuicCryptoStream(session),
51 QuicCryptoStream::OnHandshakeMessage(message);
H A Dquic_session.h26 class QuicCryptoStream;
38 // CryptoHandshakeEvent enumerates the events generated by a QuicCryptoStream.
141 // Called by the QuicCryptoStream when a new QuicConfig has been negotiated.
144 // Called by the QuicCryptoStream when the handshake enters a new state.
154 // Called by the QuicCryptoStream when a handshake message is sent.
158 // Called by the QuicCryptoStream when a handshake message is received.
224 virtual QuicCryptoStream* GetCryptoStream() = 0;
H A Dquic_crypto_client_stream.cc77 : QuicCryptoStream(session),
101 QuicCryptoStream::OnHandshakeMessage(message);
H A Dquic_session_test.cc50 class TestCryptoStream : public QuicCryptoStream {
53 : QuicCryptoStream(session) {
/external/chromium_org/net/quic/test_tools/
H A Dcrypto_test_utils.h32 class QuicCryptoStream;
93 QuicCryptoStream* a,
95 QuicCryptoStream* b);
103 QuicCryptoStream* a,
105 QuicCryptoStream* b,
112 QuicCryptoStream* a,
115 QuicCryptoStream* b,
H A Dquic_session_peer.h13 class QuicCryptoStream;
24 static QuicCryptoStream* GetCryptoStream(QuicSession* session);
H A Dquic_session_peer.cc25 QuicCryptoStream* QuicSessionPeer::GetCryptoStream(QuicSession* session) {
H A Dcrypto_test_utils.cc70 QuicCryptoStream* dest_stream,
288 QuicCryptoStream* a,
290 QuicCryptoStream* b) {
297 QuicCryptoStream* a,
299 QuicCryptoStream* b,
324 QuicCryptoStream* a,
327 QuicCryptoStream* b,
H A Dquic_test_utils.h349 MOCK_METHOD0(GetCryptoStream, QuicCryptoStream*());
384 void SetCryptoStream(QuicCryptoStream* stream);
386 virtual QuicCryptoStream* GetCryptoStream() OVERRIDE;
389 QuicCryptoStream* crypto_stream_;
409 void SetCryptoStream(QuicCryptoStream* stream);
411 virtual QuicCryptoStream* GetCryptoStream() OVERRIDE;
414 QuicCryptoStream* crypto_stream_;
H A Dquic_test_utils.cc335 void TestSession::SetCryptoStream(QuicCryptoStream* stream) {
339 QuicCryptoStream* TestSession::GetCryptoStream() {
353 void TestClientSession::SetCryptoStream(QuicCryptoStream* stream) {
357 QuicCryptoStream* TestClientSession::GetCryptoStream() {
/external/chromium_org/net/tools/quic/test_tools/
H A Dquic_test_utils.h105 void SetCryptoStream(QuicCryptoStream* stream);
107 virtual QuicCryptoStream* GetCryptoStream() OVERRIDE;
110 QuicCryptoStream* crypto_stream_;
H A Dquic_test_utils.cc106 void TestSession::SetCryptoStream(QuicCryptoStream* stream) {
110 QuicCryptoStream* TestSession::GetCryptoStream() {
/external/chromium_org/net/tools/quic/
H A Dend_to_end_test.cc1337 QuicCryptoStream* crypto_stream =

Completed in 477 milliseconds