Searched defs:SetDecrypter (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_connection.cc1406 void QuicConnection::SetDecrypter(QuicDecrypter* decrypter) { function in class:net::QuicConnection
1407 framer_.SetDecrypter(decrypter);
H A Dquic_framer.cc1317 void QuicFramer::SetDecrypter(QuicDecrypter* decrypter) { function in class:net::QuicFramer

Completed in 204 milliseconds