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

/external/chromium_org/net/quic/
H A Dquic_crypto_server_stream.cc109 session()->connection()->SetDecrypter(
H A Dquic_framer.h315 // SetDecrypter sets the primary decrypter, replacing any that already exists,
320 void SetDecrypter(QuicDecrypter* decrypter);
H A Dquic_connection.h382 // SetDecrypter sets the primary decrypter, replacing any that already exists,
387 void SetDecrypter(QuicDecrypter* decrypter);
H A Dquic_connection.cc1424 void QuicConnection::SetDecrypter(QuicDecrypter* decrypter) { function in class:net::QuicConnection
1425 framer_.SetDecrypter(decrypter);
H A Dquic_framer.cc1459 void QuicFramer::SetDecrypter(QuicDecrypter* decrypter) { function in class:net::QuicFramer
H A Dquic_connection_test.cc300 framer.SetDecrypter(new TaggingDecrypter);
2090 connection_.SetDecrypter(new StrictTaggingDecrypter(tag));
H A Dquic_framer_test.cc321 framer_.SetDecrypter(decrypter_);

Completed in 167 milliseconds