Home
last modified time | relevance | path

Searched refs:GetConfigWithScid (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/net/quic/crypto/
Dquic_crypto_server_config.h363 scoped_refptr<Config> GetConfigWithScid(
Dquic_crypto_server_config.cc517 requested_config = GetConfigWithScid(requested_scid); in ValidateClientHello()
592 requested_config = GetConfigWithScid(requested_scid); in ProcessClientHello()
788 QuicCryptoServerConfig::GetConfigWithScid(StringPiece requested_scid) const { in GetConfigWithScid() function in net::QuicCryptoServerConfig
Dquic_crypto_server_config_test.cc43 return server_config_->GetConfigWithScid(config_id); in GetConfig()