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

/external/chromium_org/net/quic/
H A Dquic_connection_test.cc86 // TaggingEncrypter appends kTagSize bytes of |tag| to the end of each message.
87 class TaggingEncrypter : public QuicEncrypter { class in namespace:net::test::__anon9455
89 explicit TaggingEncrypter(uint8 tag) function in class:net::test::__anon9455::TaggingEncrypter
93 virtual ~TaggingEncrypter() {}
146 DISALLOW_COPY_AND_ASSIGN(TaggingEncrypter);
374 // TaggingEncrypter so that tests can determine which encrypter was used for
2314 // A TaggingEncrypter puts kTagSize copies of the given byte (0x01 here) at
2316 connection_.SetEncrypter(ENCRYPTION_NONE, new TaggingEncrypter(0x01));
2320 connection_.SetEncrypter(ENCRYPTION_INITIAL, new TaggingEncrypter(0x02));
2347 // A TaggingEncrypter put
[all...]

Completed in 54 milliseconds