Searched refs:SwapCrypters (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/net/quic/test_tools/
H A Dquic_framer_peer.h29 // SwapCrypters exchanges the state of the crypters of |framer1| with
31 static void SwapCrypters(QuicFramer* framer1, QuicFramer* framer2);
H A Dquic_framer_peer.cc38 void QuicFramerPeer::SwapCrypters(QuicFramer* framer1, QuicFramer* framer2) { function in class:net::test::QuicFramerPeer
H A Dquic_connection_peer.cc150 void QuicConnectionPeer::SwapCrypters(QuicConnection* connection, function in class:net::test::QuicConnectionPeer
152 QuicFramerPeer::SwapCrypters(framer, &connection->framer_);
H A Dquic_connection_peer.h92 static void SwapCrypters(QuicConnection* connection, QuicFramer* framer);
H A Dcrypto_test_utils.cc81 QuicConnectionPeer::SwapCrypters(dest_conn, framer.framer());
98 QuicConnectionPeer::SwapCrypters(dest_conn, framer.framer());

Completed in 207 milliseconds