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

/external/chromium_org/net/quic/
H A Dquic_connection_test.cc219 class StrictTaggingDecrypter : public TaggingDecrypter { class in namespace:net::test::__anon9455
221 explicit StrictTaggingDecrypter(uint8 tag) : tag_(tag) {} function in class:net::test::__anon9455::StrictTaggingDecrypter
222 virtual ~StrictTaggingDecrypter() {}
2431 connection_.SetDecrypter(new StrictTaggingDecrypter(tag),
2873 connection_.SetDecrypter(new StrictTaggingDecrypter(tag),

Completed in 948 milliseconds