OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CrypterPair
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/quic/crypto/
crypto_handshake.cc
331
CrypterPair
::
CrypterPair
() {}
333
CrypterPair
::~
CrypterPair
() {}
crypto_handshake.h
146
// A
CrypterPair
contains the encrypter and decrypter for an encryption level.
147
struct NET_EXPORT_PRIVATE
CrypterPair
{
148
CrypterPair
();
149
~
CrypterPair
();
164
CrypterPair
initial_crypters;
165
CrypterPair
forward_secure_crypters;
Completed in 82 milliseconds