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

/external/chromium_org/net/quic/test_tools/
H A Dmock_crypto_client_stream.cc40 session()->connection()->SetDecrypter(QuicDecrypter::Create(kNULL),
56 session()->connection()->SetDecrypter(QuicDecrypter::Create(kNULL),
/external/chromium_org/net/quic/
H A Dquic_crypto_server_stream.cc127 session()->connection()->SetDecrypter(
H A Dquic_framer.h329 // SetDecrypter sets the primary decrypter, replacing any that already exists,
334 void SetDecrypter(QuicDecrypter* decrypter, EncryptionLevel level);
H A Dquic_connection.h476 // SetDecrypter sets the primary decrypter, replacing any that already exists,
481 void SetDecrypter(QuicDecrypter* decrypter, EncryptionLevel level);
H A Dquic_connection.cc1649 void QuicConnection::SetDecrypter(QuicDecrypter* decrypter, function in class:net::QuicConnection
1651 framer_.SetDecrypter(decrypter, level);
H A Dquic_connection_test.cc302 framer_.framer()->SetDecrypter(new TaggingDecrypter, ENCRYPTION_NONE);
2431 connection_.SetDecrypter(new StrictTaggingDecrypter(tag),
2873 connection_.SetDecrypter(new StrictTaggingDecrypter(tag),
H A Dquic_framer.cc1651 void QuicFramer::SetDecrypter(QuicDecrypter* decrypter, function in class:net::QuicFramer
H A Dquic_framer_test.cc367 framer_.SetDecrypter(decrypter_, ENCRYPTION_NONE);

Completed in 90 milliseconds