Home
last modified time | relevance | path

Searched refs:requested_scid (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/net/quic/crypto/
Dquic_crypto_server_config.cc465 StringPiece requested_scid; in ValidateClientHello() local
466 client_hello.GetStringPiece(kSCID, &requested_scid); in ValidateClientHello()
487 requested_config = GetConfigWithScid(requested_scid); in ValidateClientHello()
536 StringPiece requested_scid; in ProcessClientHello() local
537 client_hello.GetStringPiece(kSCID, &requested_scid); in ProcessClientHello()
562 requested_config = GetConfigWithScid(requested_scid); in ProcessClientHello()
755 QuicCryptoServerConfig::GetConfigWithScid(StringPiece requested_scid) const { in GetConfigWithScid()
760 if (!requested_scid.empty()) { in GetConfigWithScid()
761 ConfigMap::const_iterator it = configs_.find(requested_scid.as_string()); in GetConfigWithScid()
902 StringPiece requested_scid; in EvaluateClientHello() local
[all …]
Dquic_crypto_server_config.h374 base::StringPiece requested_scid) const;