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

/external/chromium_org/net/quic/
H A Dquic_connection_test.cc77 // TaggingEncrypter appends kTagSize bytes of |tag| to the end of each message.
78 class TaggingEncrypter : public QuicEncrypter { class in namespace:net::test::__anon8919
80 explicit TaggingEncrypter(uint8 tag) function in class:net::test::__anon8919::TaggingEncrypter
84 virtual ~TaggingEncrypter() {}
333 // TaggingEncrypter so that tests can determine which encrypter was used for
1489 // A TaggingEncrypter puts kTagSize copies of the given byte (0x01 here) at
1491 connection_.SetEncrypter(ENCRYPTION_NONE, new TaggingEncrypter(0x01));
1495 connection_.SetEncrypter(ENCRYPTION_INITIAL, new TaggingEncrypter(0x02));
1520 connection_.SetEncrypter(ENCRYPTION_NONE, new TaggingEncrypter(0x01));
1525 new TaggingEncrypter(
[all...]

Completed in 202 milliseconds