Searched defs:CrypterPair (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/quic/crypto/
H A Dcrypto_handshake.cc22 CrypterPair::CrypterPair() {} function in class:net::CrypterPair
24 CrypterPair::~CrypterPair() {}
H A Dcrypto_handshake.h85 // A CrypterPair contains the encrypter and decrypter for an encryption level.
86 struct NET_EXPORT_PRIVATE CrypterPair { struct in namespace:net
87 CrypterPair();
88 ~CrypterPair();
105 CrypterPair initial_crypters;
106 CrypterPair forward_secure_crypters;

Completed in 265 milliseconds