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.cc495 StringPiece requested_scid; in ValidateClientHello() local
496 client_hello.GetStringPiece(kSCID, &requested_scid); in ValidateClientHello()
517 requested_config = GetConfigWithScid(requested_scid); in ValidateClientHello()
566 StringPiece requested_scid; in ProcessClientHello() local
567 client_hello.GetStringPiece(kSCID, &requested_scid); in ProcessClientHello()
592 requested_config = GetConfigWithScid(requested_scid); in ProcessClientHello()
788 QuicCryptoServerConfig::GetConfigWithScid(StringPiece requested_scid) const { in GetConfigWithScid()
793 if (!requested_scid.empty()) { in GetConfigWithScid()
794 ConfigMap::const_iterator it = configs_.find(requested_scid.as_string()); in GetConfigWithScid()
935 StringPiece requested_scid; in EvaluateClientHello() local
[all …]
Dquic_crypto_server_config.h364 base::StringPiece requested_scid) const;