Searched refs:server_bound_cert_service (Results 1 - 25 of 44) sorted by relevance

12

/external/chromium_org/net/socket/
H A Dssl_client_socket.cc10 #include "net/ssl/server_bound_cert_service.h"
161 ServerBoundCertService* server_bound_cert_service,
178 if (!server_bound_cert_service)
182 else if (!server_bound_cert_service->IsSystemTimeValid())
194 ServerBoundCertService* server_bound_cert_service) {
197 if (!server_bound_cert_service) {
205 if (!server_bound_cert_service->IsSystemTimeValid()) {
160 RecordChannelIDSupport( ServerBoundCertService* server_bound_cert_service, bool negotiated_channel_id, bool channel_id_enabled, bool supports_ecc) argument
192 IsChannelIDEnabled( const SSLConfig& ssl_config, ServerBoundCertService* server_bound_cert_service) argument
H A Dssl_client_socket.h32 server_bound_cert_service(NULL),
42 server_bound_cert_service(server_bound_cert_service_arg),
48 ServerBoundCertService* server_bound_cert_service; member in struct:net::SSLClientSocketContext
147 ServerBoundCertService* server_bound_cert_service,
155 ServerBoundCertService* server_bound_cert_service);
H A Dclient_socket_pool_manager_impl.cc41 ServerBoundCertService* server_bound_cert_service,
52 server_bound_cert_service_(server_bound_cert_service),
72 server_bound_cert_service,
36 ClientSocketPoolManagerImpl( NetLog* net_log, ClientSocketFactory* socket_factory, HostResolver* host_resolver, CertVerifier* cert_verifier, ServerBoundCertService* server_bound_cert_service, TransportSecurityState* transport_security_state, CTVerifier* cert_transparency_verifier, const std::string& ssl_session_cache_shard, ProxyService* proxy_service, SSLConfigService* ssl_config_service, HttpNetworkSession::SocketPoolType pool_type) argument
H A Dclient_socket_pool_manager_impl.h64 ServerBoundCertService* server_bound_cert_service,
H A Dssl_client_socket_openssl_unittest.cc40 #include "net/ssl/server_bound_cert_service.h"
146 context_.server_bound_cert_service = cert_service_.get();
153 context_.server_bound_cert_service = cert_service_.get();
H A Dssl_client_socket_pool.cc124 context.server_bound_cert_service,
510 ServerBoundCertService* server_bound_cert_service,
533 server_bound_cert_service,
504 SSLClientSocketPool( int max_sockets, int max_sockets_per_group, ClientSocketPoolHistograms* histograms, HostResolver* host_resolver, CertVerifier* cert_verifier, ServerBoundCertService* server_bound_cert_service, TransportSecurityState* transport_security_state, CTVerifier* cert_transparency_verifier, const std::string& ssl_session_cache_shard, ClientSocketFactory* client_socket_factory, TransportClientSocketPool* transport_pool, SOCKSClientSocketPool* socks_pool, HttpProxyClientSocketPool* http_proxy_pool, SSLConfigService* ssl_config_service, NetLog* net_log) argument
H A Dssl_client_socket_pool.h191 ServerBoundCertService* server_bound_cert_service,
/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dmessage_property_provider.cc18 #include "net/ssl/server_bound_cert_service.h"
61 net::ServerBoundCertService* server_bound_cert_service = local
63 server_bound_cert_service();
70 int status = server_bound_cert_service->GetDomainBoundCert(
/external/chromium_org/net/url_request/
H A Durl_request_context_storage.cc18 #include "net/ssl/server_bound_cert_service.h"
51 ServerBoundCertService* server_bound_cert_service) {
52 context_->set_server_bound_cert_service(server_bound_cert_service);
53 server_bound_cert_service_.reset(server_bound_cert_service);
50 set_server_bound_cert_service( ServerBoundCertService* server_bound_cert_service) argument
H A Durl_request_context.h89 ServerBoundCertService* server_bound_cert_service() const { function in class:net::URLRequestContext
94 ServerBoundCertService* server_bound_cert_service) {
95 server_bound_cert_service_ = server_bound_cert_service;
93 set_server_bound_cert_service( ServerBoundCertService* server_bound_cert_service) argument
H A Durl_request_context_storage.h51 ServerBoundCertService* server_bound_cert_service);
H A Durl_request_context_builder.cc286 network_session_params.server_bound_cert_service =
287 context->server_bound_cert_service();
/external/chromium_org/mojo/shell/
H A Durl_request_context_getter.cc15 #include "net/ssl/server_bound_cert_service.h"
89 network_session_params.server_bound_cert_service =
90 url_request_context_->server_bound_cert_service();
/external/chromium_org/chrome/browser/chromeos/login/
H A Dprofile_auth_data.cc14 #include "net/ssl/server_bound_cert_service.h"
147 to_context_->GetURLRequestContext()->server_bound_cert_service();
192 from_context_->GetURLRequestContext()->server_bound_cert_service();
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_impl_io_data.cc46 #include "net/ssl/server_bound_cert_service.h"
426 net::ServerBoundCertService* server_bound_cert_service = NULL; local
432 server_bound_cert_service = new net::ServerBoundCertService(
453 if (!server_bound_cert_service) {
462 server_bound_cert_service = new net::ServerBoundCertService(
467 set_server_bound_cert_service(server_bound_cert_service);
468 main_context->set_server_bound_cert_service(server_bound_cert_service);
H A Doff_the_record_profile_io_data.cc35 #include "net/ssl/server_bound_cert_service.h"
196 net::ServerBoundCertService* server_bound_cert_service = local
200 set_server_bound_cert_service(server_bound_cert_service);
201 main_context->set_server_bound_cert_service(server_bound_cert_service);
H A Dprofile_io_data.cc75 #include "net/ssl/server_bound_cert_service.h"
1151 net::ServerBoundCertService* server_bound_cert_service) const {
1152 server_bound_cert_service_.reset(server_bound_cert_service);
1171 params->server_bound_cert_service = context->server_bound_cert_service();
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_server_bound_cert_helper_unittest.cc12 #include "net/ssl/server_bound_cert_service.h"
40 context->server_bound_cert_service()->GetCertStore();
H A Dbrowsing_data_server_bound_cert_helper.cc13 #include "net/ssl/server_bound_cert_service.h"
99 server_bound_cert_service()->GetCertStore();
131 server_bound_cert_service()->GetCertStore();
/external/chromium_org/android_webview/browser/net/
H A Daw_url_request_context_getter.cc80 params->server_bound_cert_service = context->server_bound_cert_service();
/external/chromium_org/content/shell/browser/
H A Dshell_url_request_context_getter.cc31 #include "net/ssl/server_bound_cert_service.h"
155 network_session_params.server_bound_cert_service =
156 url_request_context_->server_bound_cert_service();
/external/chromium_org/net/http/
H A Dhttp_network_session.cc43 params.server_bound_cert_service,
60 server_bound_cert_service(NULL),
H A Dhttp_network_session.h63 ServerBoundCertService* server_bound_cert_service; member in struct:net::HttpNetworkSession::Params
/external/chromium_org/content/browser/
H A Dbrowser_context.cc21 #include "net/ssl/server_bound_cert_service.h"
83 context->server_bound_cert_service()->GetCertStore()->
/external/chromium_org/net/socket_stream/
H A Dsocket_stream.cc1007 ssl_context.server_bound_cert_service = context_->server_bound_cert_service();
1063 ssl_context.server_bound_cert_service = context_->server_bound_cert_service();

Completed in 400 milliseconds

12