Searched refs:server_id (Results 1 - 25 of 94) sorted by relevance

1234

/external/chromium_org/net/quic/test_tools/
H A Dmock_crypto_client_stream_factory.cc24 const QuicServerId& server_id,
28 server_id, session, NULL, crypto_config, handshake_mode_,
23 CreateQuicCryptoClientStream( const QuicServerId& server_id, QuicClientSession* session, QuicCryptoClientConfig* crypto_config) argument
H A Dmock_crypto_client_stream.h39 const QuicServerId& server_id,
H A Dmock_crypto_client_stream_factory.h24 const QuicServerId& server_id,
H A Dmock_crypto_client_stream.cc15 const QuicServerId& server_id,
21 : QuicCryptoClientStream(server_id, session, verify_context,
14 MockCryptoClientStream( const QuicServerId& server_id, QuicClientSessionBase* session, ProofVerifyContext* verify_context, QuicCryptoClientConfig* crypto_config, HandshakeMode handshake_mode, const ProofVerifyDetails* proof_verify_details) argument
/external/chromium_org/chrome/browser/browsing_data/
H A Dmock_browsing_data_server_bound_cert_helper.cc21 const std::string& server_id) {
22 CHECK(server_bound_certs_.find(server_id) != server_bound_certs_.end());
23 server_bound_certs_[server_id] = false;
27 const std::string& server_id) {
28 DCHECK(server_bound_certs_.find(server_id) == server_bound_certs_.end());
31 server_id, base::Time(), base::Time(), "key", "cert"));
32 server_bound_certs_[server_id] = true;
20 DeleteServerBoundCert( const std::string& server_id) argument
26 AddServerBoundCertSample( const std::string& server_id) argument
H A Dmock_browsing_data_server_bound_cert_helper.h21 virtual void DeleteServerBoundCert(const std::string& server_id) OVERRIDE;
24 void AddServerBoundCertSample(const std::string& server_id);
H A Dbrowsing_data_server_bound_cert_helper.h39 virtual void DeleteServerBoundCert(const std::string& server_id) = 0;
75 virtual void DeleteServerBoundCert(const std::string& server_id) OVERRIDE;
H A Dbrowsing_data_server_bound_cert_helper.cc26 virtual void DeleteServerBoundCert(const std::string& server_id) OVERRIDE;
42 void DeleteOnIOThread(const std::string& server_id);
87 const std::string& server_id) {
92 this, server_id));
127 const std::string& server_id) {
134 server_id,
217 const std::string& server_id) {
86 DeleteServerBoundCert( const std::string& server_id) argument
126 DeleteOnIOThread( const std::string& server_id) argument
216 DeleteServerBoundCert( const std::string& server_id) argument
/external/chromium_org/sync/syncable/
H A Dsyncable_id.cc34 Id Id::CreateFromServerId(const string& server_id) { argument
36 if (server_id == "0")
39 id.s_ = string("s") + server_id;
/external/chromium_org/net/quic/
H A Dquic_crypto_client_stream_factory.h25 const QuicServerId& server_id,
H A Dquic_stream_factory.cc144 QuicServerId server_id);
165 const QuicServerId server_id() const { function in class:net::QuicStreamFactory::Job
221 QuicServerId server_id)
225 server_id_(server_id),
507 QuicServerId server_id(host_port_pair, is_https, privacy_mode);
508 if (HasActiveSession(server_id)) {
509 request->set_stream(CreateIfSessionExists(server_id, net_log));
513 if (HasActiveJob(server_id)) {
514 Job* job = active_jobs_[server_id];
523 crypto_config_.LookupOrCreate(server_id);
218 Job(QuicStreamFactory* factory, HostResolver* host_resolver, QuicClientSession* session, QuicServerId server_id) argument
551 OnResolution( const QuicServerId& server_id, const AddressList& address_list) argument
605 CreateIfSessionExists( const QuicServerId& server_id, const BoundNetLog& net_log) argument
676 QuicServerId server_id = *aliases.begin(); local
711 const QuicServerId& server_id = it->first; local
758 CreateSession( const QuicServerId& server_id, scoped_ptr<QuicServerInfo> server_info, const AddressList& address_list, const BoundNetLog& net_log, QuicClientSession** session) argument
865 ActivateSession( const QuicServerId& server_id, QuicClientSession* session) argument
878 InitializeCachedStateInCryptoConfig( const QuicServerId& server_id, const scoped_ptr<QuicServerInfo>& server_info) argument
902 ProcessGoingAwaySession( QuicClientSession* session, const QuicServerId& server_id, bool session_was_active) argument
[all...]
H A Dquic_stream_factory.h213 bool OnResolution(const QuicServerId& server_id,
216 bool HasActiveSession(const QuicServerId& server_id) const;
217 bool HasActiveJob(const QuicServerId& server_id) const;
218 int CreateSession(const QuicServerId& server_id,
226 // Initializes the cached state associated with |server_id| in
229 const QuicServerId& server_id,
233 const QuicServerId& server_id,
/external/chromium_org/net/tools/quic/
H A Dquic_client_session.cc18 const QuicServerId& server_id,
23 crypto_stream_(server_id, this, NULL, crypto_config) {
17 QuicClientSession( const QuicServerId& server_id, const QuicConfig& config, QuicConnection* connection, QuicCryptoClientConfig* crypto_config) argument
H A Dquic_client.h53 const QuicServerId& server_id,
58 const QuicServerId& server_id,
142 const QuicServerId& server_id() const { return server_id_; } function in class:net::tools::QuicClient
145 void set_server_id(const QuicServerId& server_id) { argument
146 server_id_ = server_id;
H A Dquic_client_session.h28 QuicClientSession(const QuicServerId& server_id,
/external/chromium_org/net/quic/crypto/
H A Dquic_crypto_client_config_test.cc61 QuicServerId server_id("www.google.com", 80, false, PRIVACY_MODE_DISABLED);
62 config.FillInchoateClientHello(server_id, QuicVersionMax(), &state,
84 QuicServerId server_id("www.google.com", 443, true, PRIVACY_MODE_DISABLED);
85 config.FillInchoateClientHello(server_id, QuicVersionMax(), &state,
99 QuicServerId server_id("www.google.com", 443, true, PRIVACY_MODE_DISABLED);
100 config.FillInchoateClientHello(server_id, QuicVersionMax(), &state,
116 QuicServerId server_id("www.google.com", 80, false, PRIVACY_MODE_DISABLED);
117 config.FillClientHello(server_id,
227 QuicServerId server_id("www.google.com", 80, false, PRIVACY_MODE_DISABLED);
228 QuicCryptoClientConfig::CachedState* state = config.LookupOrCreate(server_id);
[all...]
H A Dquic_server_info.h28 QuicServerInfo(const QuicServerId& server_id);
112 // |server_id| or NULL on failure.
113 virtual QuicServerInfo* GetForServer(const QuicServerId& server_id) = 0;
H A Dquic_crypto_client_config.h139 // LookupOrCreate returns a CachedState for the given |server_id|. If no such
141 CachedState* LookupOrCreate(const QuicServerId& server_id);
153 void FillInchoateClientHello(const QuicServerId& server_id,
173 QuicErrorCode FillClientHello(const QuicServerId& server_id,
228 // |canonical_server_id| as the initial CachedState for |server_id|. We will
230 void InitializeFrom(const QuicServerId& server_id,
258 // If the suffix of the hostname in |server_id| is in |canoncial_suffixes_|,
261 void PopulateFromCanonicalConfig(const QuicServerId& server_id,
264 // cached_states_ maps from the server_id to the cached information about
H A Dquic_crypto_client_config.cc273 const QuicServerId& server_id) {
274 CachedStateMap::const_iterator it = cached_states_.find(server_id);
280 cached_states_.insert(make_pair(server_id, cached));
281 PopulateFromCanonicalConfig(server_id, cached);
293 const QuicServerId& server_id,
303 if (CryptoUtils::IsValidSNI(server_id.host())) {
304 out->SetStringPiece(kSNI, server_id.host());
316 if (server_id.is_https()) {
346 const QuicServerId& server_id,
358 FillInchoateClientHello(server_id, preferred_versio
272 LookupOrCreate( const QuicServerId& server_id) argument
292 FillInchoateClientHello( const QuicServerId& server_id, const QuicVersion preferred_version, const CachedState* cached, QuicCryptoNegotiatedParameters* out_params, CryptoHandshakeMessage* out) const argument
345 FillClientHello( const QuicServerId& server_id, QuicConnectionId connection_id, const QuicVersion preferred_version, const CachedState* cached, QuicWallTime now, QuicRandom* rand, const ChannelIDKey* channel_id_key, QuicCryptoNegotiatedParameters* out_params, CryptoHandshakeMessage* out, string* error_details) const argument
695 InitializeFrom( const QuicServerId& server_id, const QuicServerId& canonical_server_id, QuicCryptoClientConfig* canonical_crypto_config) argument
728 PopulateFromCanonicalConfig( const QuicServerId& server_id, CachedState* server_state) argument
[all...]
H A Dquic_server_info.cc32 QuicServerInfo::QuicServerInfo(const QuicServerId& server_id) argument
33 : server_id_(server_id) {
/external/chromium_org/net/http/
H A Ddisk_cache_based_quic_server_info_unittest.cc60 QuicServerId server_id("www.verisign.com", 443, true, PRIVACY_MODE_DISABLED);
62 new DiskCacheBasedQuicServerInfo(server_id, cache.http_cache()));
78 QuicServerId server_id("www.google.com", 443, true, PRIVACY_MODE_DISABLED);
80 new DiskCacheBasedQuicServerInfo(server_id, cache.http_cache()));
104 new DiskCacheBasedQuicServerInfo(server_id, cache.http_cache()));
120 new DiskCacheBasedQuicServerInfo(server_id, cache.http_cache()));
232 QuicServerId server_id("www.google.com", 443, true, PRIVACY_MODE_DISABLED);
234 new DiskCacheBasedQuicServerInfo(server_id, cache.http_cache()));
266 new DiskCacheBasedQuicServerInfo(server_id, cache.http_cache()));
H A Ddisk_cache_based_quic_server_info.h30 DiskCacheBasedQuicServerInfo(const QuicServerId& server_id,
/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius_server.h157 * server_id - Server identity
159 const char *server_id; member in struct:radius_server_conf
/external/wpa_supplicant_8/src/radius/
H A Dradius_server.h157 * server_id - Server identity
159 const char *server_id; member in struct:radius_server_conf
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius_server.h157 * server_id - Server identity
159 const char *server_id; member in struct:radius_server_conf

Completed in 3630 milliseconds

1234