HomeSort by relevance Sort by last modified time
    Searched defs:CrypterPair (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/quic/crypto/
crypto_handshake.cc 22 CrypterPair::CrypterPair() {}
24 CrypterPair::~CrypterPair() {}
crypto_handshake.h 85 // A CrypterPair contains the encrypter and decrypter for an encryption level.
86 struct NET_EXPORT_PRIVATE CrypterPair {
87 CrypterPair();
88 ~CrypterPair();
105 CrypterPair initial_crypters;
106 CrypterPair forward_secure_crypters;

Completed in 44 milliseconds