Home | History | Annotate | Download | only in crypto

Lines Matching refs:server_id

318     const QuicServerId& server_id) {
319 CachedStateMap::const_iterator it = cached_states_.find(server_id);
325 cached_states_.insert(make_pair(server_id, cached));
326 PopulateFromCanonicalConfig(server_id, cached);
338 const QuicServerId& server_id,
348 if (CryptoUtils::IsValidSNI(server_id.host())) {
349 out->SetStringPiece(kSNI, server_id.host());
361 if (server_id.is_https()) {
391 const QuicServerId& server_id,
403 FillInchoateClientHello(server_id, preferred_version, cached,
798 const QuicServerId& server_id,
806 CachedState* cached = LookupOrCreate(server_id);
831 const QuicServerId& server_id,
836 if (EndsWith(server_id.host(), canoncial_suffixes_[i], false)) {
843 QuicServerId suffix_server_id(canoncial_suffixes_[i], server_id.port(),
844 server_id.is_https(),
845 server_id.privacy_mode());
849 canonical_server_map_[suffix_server_id] = server_id;
861 canonical_server_map_[suffix_server_id] = server_id;