Home
last modified time | relevance | path

Searched refs:CrypterPair (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/net/quic/crypto/
Dcrypto_handshake.h147 struct NET_EXPORT_PRIVATE CrypterPair { struct
148 CrypterPair();
149 ~CrypterPair();
164 CrypterPair initial_crypters; argument
165 CrypterPair forward_secure_crypters;
Dcrypto_handshake.cc331 CrypterPair::CrypterPair() {} in CrypterPair() function in net::CrypterPair
333 CrypterPair::~CrypterPair() {} in ~CrypterPair()
Dcrypto_utils.h64 CrypterPair* out);
Dcrypto_utils.cc86 CrypterPair* out) { in DeriveKeys()
Dquic_crypto_client_config.cc435 CrypterPair crypters; in FillClientHello()
Dquic_crypto_server_config.cc611 CrypterPair crypters; in ProcessClientHello()
/external/chromium_org/net/quic/
Dquic_crypto_client_stream.cc372 CrypterPair* crypters = in DoHandshakeLoop()