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

/external/chromium_org/net/quic/crypto/
H A Dquic_crypto_client_config.h28 // QuicCryptoClientConfig contains crypto-related configuration settings for a
31 class NET_EXPORT_PRIVATE QuicCryptoClientConfig : public QuicCryptoConfig { class in namespace:net
133 QuicCryptoClientConfig();
134 ~QuicCryptoClientConfig();
246 QuicCryptoClientConfig* canonical_crypto_config);
312 DISALLOW_COPY_AND_ASSIGN(QuicCryptoClientConfig);
H A Dquic_crypto_client_config.cc58 QuicCryptoClientConfig::QuicCryptoClientConfig() function in class:net::QuicCryptoClientConfig
61 QuicCryptoClientConfig::~QuicCryptoClientConfig() {
65 QuicCryptoClientConfig::CachedState::CachedState()
69 QuicCryptoClientConfig::CachedState::~CachedState() {}
71 bool QuicCryptoClientConfig::CachedState::IsComplete(QuicWallTime now) const {
107 bool QuicCryptoClientConfig::CachedState::IsEmpty() const {
112 QuicCryptoClientConfig::CachedState::GetServerConfig() const {
124 QuicErrorCode QuicCryptoClientConfig
[all...]

Completed in 122 milliseconds