Home
last modified time | relevance | path

Searched refs:SetDecrypter (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/net/quic/test_tools/
Dmock_crypto_client_stream.cc40 session()->connection()->SetDecrypter(QuicDecrypter::Create(kNULL), in CryptoConnect()
56 session()->connection()->SetDecrypter(QuicDecrypter::Create(kNULL), in CryptoConnect()
/external/chromium_org/net/quic/
Dquic_crypto_server_stream.cc116 session()->connection()->SetDecrypter( in FinishProcessingHandshakeMessage()
Dquic_framer.h334 void SetDecrypter(QuicDecrypter* decrypter, EncryptionLevel level);
Dquic_connection.h448 void SetDecrypter(QuicDecrypter* decrypter, EncryptionLevel level);
Dquic_connection.cc1649 void QuicConnection::SetDecrypter(QuicDecrypter* decrypter, in SetDecrypter() function in net::QuicConnection
1651 framer_.SetDecrypter(decrypter, level); in SetDecrypter()
Dquic_connection_test.cc302 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()
Dquic_framer.cc1665 void QuicFramer::SetDecrypter(QuicDecrypter* decrypter, in SetDecrypter() function in net::QuicFramer
Dquic_framer_test.cc367 framer_.SetDecrypter(decrypter_, ENCRYPTION_NONE); in QuicFramerTest()