SetEncrypter     1520 net/quic/quic_connection.cc   framer_.SetEncrypter(level, encrypter);
SetEncrypter      410 net/quic/quic_connection.h   void SetEncrypter(EncryptionLevel level, QuicEncrypter* encrypter);
SetEncrypter     2227 net/quic/quic_connection_test.cc   connection_.SetEncrypter(ENCRYPTION_NONE, new TaggingEncrypter(0x01));
SetEncrypter     2231 net/quic/quic_connection_test.cc   connection_.SetEncrypter(ENCRYPTION_INITIAL, new TaggingEncrypter(0x02));
SetEncrypter     2260 net/quic/quic_connection_test.cc   connection_.SetEncrypter(ENCRYPTION_NONE, new TaggingEncrypter(0x01));
SetEncrypter     2272 net/quic/quic_connection_test.cc   connection_.SetEncrypter(ENCRYPTION_INITIAL, new TaggingEncrypter(0x02));
SetEncrypter     2288 net/quic/quic_connection_test.cc   connection_.SetEncrypter(ENCRYPTION_NONE, new TaggingEncrypter(0x01));
SetEncrypter     2292 net/quic/quic_connection_test.cc   connection_.SetEncrypter(ENCRYPTION_FORWARD_SECURE,
SetEncrypter     2311 net/quic/quic_connection_test.cc   connection_.SetEncrypter(ENCRYPTION_NONE, new TaggingEncrypter(0x01));
SetEncrypter     2316 net/quic/quic_connection_test.cc   connection_.SetEncrypter(ENCRYPTION_INITIAL, new TaggingEncrypter(0x02));
SetEncrypter     2332 net/quic/quic_connection_test.cc   framer_.SetEncrypter(ENCRYPTION_INITIAL, new TaggingEncrypter(tag));
SetEncrypter     2343 net/quic/quic_connection_test.cc   connection_.SetEncrypter(ENCRYPTION_INITIAL, new TaggingEncrypter(tag));
SetEncrypter      185 net/quic/quic_crypto_client_stream.cc         session()->connection()->SetEncrypter(
SetEncrypter      337 net/quic/quic_crypto_client_stream.cc         session()->connection()->SetEncrypter(
SetEncrypter      106 net/quic/quic_crypto_server_stream.cc   session()->connection()->SetEncrypter(
SetEncrypter      117 net/quic/quic_crypto_server_stream.cc   session()->connection()->SetEncrypter(
SetEncrypter      343 net/quic/quic_framer.h   void SetEncrypter(EncryptionLevel level, QuicEncrypter* encrypter);
SetEncrypter      369 net/quic/quic_framer_test.cc     framer_.SetEncrypter(ENCRYPTION_NONE, encrypter_);