Searched refs:SetDecrypter (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/net/quic/test_tools/ |
D | mock_crypto_client_stream.cc | 40 session()->connection()->SetDecrypter(QuicDecrypter::Create(kNULL), in CryptoConnect() 56 session()->connection()->SetDecrypter(QuicDecrypter::Create(kNULL), in CryptoConnect()
|
/external/chromium_org/net/quic/ |
D | quic_crypto_server_stream.cc | 116 session()->connection()->SetDecrypter( in FinishProcessingHandshakeMessage()
|
D | quic_framer.h | 334 void SetDecrypter(QuicDecrypter* decrypter, EncryptionLevel level);
|
D | quic_connection.h | 448 void SetDecrypter(QuicDecrypter* decrypter, EncryptionLevel level);
|
D | quic_connection.cc | 1649 void QuicConnection::SetDecrypter(QuicDecrypter* decrypter, in SetDecrypter() function in net::QuicConnection 1651 framer_.SetDecrypter(decrypter, level); in SetDecrypter()
|
D | quic_connection_test.cc | 302 framer_.framer()->SetDecrypter(new TaggingDecrypter, ENCRYPTION_NONE); in WritePacket() 2413 connection_.SetDecrypter(new StrictTaggingDecrypter(tag), in TEST_P() 2944 connection_.SetDecrypter(new StrictTaggingDecrypter(tag), in TEST_P()
|
D | quic_framer.cc | 1665 void QuicFramer::SetDecrypter(QuicDecrypter* decrypter, in SetDecrypter() function in net::QuicFramer
|
D | quic_framer_test.cc | 367 framer_.SetDecrypter(decrypter_, ENCRYPTION_NONE); in QuicFramerTest()
|