Searched defs:cert_error (Results 1 - 19 of 19) sorted by relevance

/external/chromium/chrome/browser/ssl/
H A Dssl_cert_error_handler.h27 int cert_error,
34 int cert_error() const { return cert_error_; } function in class:SSLCertErrorHandler
H A Dssl_add_cert_handler.cc38 int cert_error; local
41 cert_error = db.CheckUserCert(cert_);
43 if (cert_error != net::OK) {
47 scoped_refptr<SSLAddCertHandler>(this), cert_error);
69 int cert_error = db.AddUserCert(cert_); local
70 if (cert_error != net::OK) {
74 scoped_refptr<SSLAddCertHandler>(this), cert_error);
H A Dssl_cert_error_handler.cc16 int cert_error,
19 cert_error_(cert_error) {
25 ssl_info_.SetCertError(cert_error);
12 SSLCertErrorHandler( ResourceDispatcherHost* rdh, net::URLRequest* request, ResourceType::Type resource_type, int cert_error, net::X509Certificate* cert) argument
H A Dssl_error_handler.cc135 SSLCertErrorHandler* cert_error = AsSSLCertErrorHandler(); local
136 if (cert_error)
137 request->SimulateSSLError(error, cert_error->ssl_info());
H A Dssl_manager.cc29 int cert_error,
31 DVLOG(1) << "OnSSLCertificateError() cert_error: " << cert_error
45 cert_error,
27 OnSSLCertificateError(ResourceDispatcherHost* rdh, net::URLRequest* request, int cert_error, net::X509Certificate* cert) argument
/external/chromium_org/chrome/browser/ssl/
H A Dssl_add_cert_handler.cc41 int cert_error = net::CertDatabase::GetInstance()->CheckUserCert(cert_.get()); local
42 if (cert_error != net::OK) {
43 LOG_IF(ERROR, cert_error == net::ERR_NO_PRIVATE_KEY_FOR_CERT)
51 cert_error));
71 int cert_error = net::OK; local
73 cert_error = net::CertDatabase::GetInstance()->AddUserCert(cert_.get());
79 add_cert, cert_error));
84 void SSLAddCertHandler::CallVerifyClientCertificateError(int cert_error) { argument
91 ssl_tab_helper->OnVerifyClientCertificateError(this, cert_error);
95 int cert_error) {
94 CallAddClientCertificate(bool add_cert, int cert_error) argument
[all...]
H A Dssl_blocking_page.cc87 int cert_error,
93 SSLErrorInfo::NetErrorToErrorType(cert_error), SSLErrorInfo::END_OF_ENUM);
111 SSLErrorInfo::ErrorType type = SSLErrorInfo::NetErrorToErrorType(cert_error);
156 int cert_error,
164 cert_error_(cert_error),
85 RecordSSLBlockingPageDetailedStats( bool proceed, int cert_error, bool overridable, bool internal, const base::TimeTicks& start_time, int num_visits) argument
154 SSLBlockingPage( content::WebContents* web_contents, int cert_error, const net::SSLInfo& ssl_info, const GURL& request_url, bool overridable, bool strict_enforcement, const base::Callback<void(bool)>& callback) argument
/external/chromium_org/content/browser/ssl/
H A Dssl_cert_error_handler.h35 int cert_error() const { return cert_error_; } function in class:content::SSLCertErrorHandler
/external/chromium/chrome/browser/
H A Dplugin_download_helper.cc54 int cert_error,
56 net::URLRequest::Delegate::OnSSLCertificateError(request, cert_error, cert);
52 OnSSLCertificateError( net::URLRequest* request, int cert_error, net::X509Certificate* cert) argument
/external/chromium/net/url_request/
H A Dhttps_prober.cc49 int cert_error,
48 OnSSLCertificateError(URLRequest* request, int cert_error, X509Certificate* cert) argument
H A Durl_request_test_util.cc151 int cert_error,
150 OnSSLCertificateError(net::URLRequest* request, int cert_error, net::X509Certificate* cert) argument
H A Durl_request.cc96 int cert_error,
95 OnSSLCertificateError(URLRequest* request, int cert_error, X509Certificate* cert) argument
/external/chromium_org/android_webview/native/
H A Daw_contents_client_bridge.cc45 int cert_error,
71 env, obj.obj(), cert_error, jcert.obj(), jurl.obj(), request_id);
44 AllowCertificateError( int cert_error, net::X509Certificate* cert, const GURL& request_url, const base::Callback<void(bool)>& callback, bool* cancel_request) argument
/external/chromium_org/third_party/openssl/openssl/apps/
H A Dverify.c313 int cert_error = X509_STORE_CTX_get_error(ctx); local
327 cert_error,
329 X509_verify_cert_error_string(cert_error));
330 switch(cert_error)
357 if (cert_error == X509_V_OK && ok == 2)
/external/openssl/apps/
H A Dverify.c313 int cert_error = X509_STORE_CTX_get_error(ctx); local
327 cert_error,
329 X509_verify_cert_error_string(cert_error));
330 switch(cert_error)
357 if (cert_error == X509_V_OK && ok == 2)
/external/chromium/net/proxy/
H A Dproxy_script_fetcher_impl.cc188 int cert_error,
193 result_code_ = cert_error;
187 OnSSLCertificateError(URLRequest* request, int cert_error, X509Certificate* cert) argument
/external/chromium_org/content/public/browser/
H A Dcontent_browser_client.h385 int cert_error,
382 AllowCertificateError( int render_process_id, int render_view_id, int cert_error, const net::SSLInfo& ssl_info, const GURL& request_url, ResourceType::Type resource_type, bool overridable, bool strict_enforcement, const base::Callback<void(bool)>& callback, CertificateRequestResultType* result) argument
/external/chromium_org/android_webview/browser/
H A Daw_content_browser_client.cc320 int cert_error,
333 client->AllowCertificateError(cert_error,
317 AllowCertificateError( int render_process_id, int render_view_id, int cert_error, const net::SSLInfo& ssl_info, const GURL& request_url, ResourceType::Type resource_type, bool overridable, bool strict_enforcement, const base::Callback<void(bool)>& callback, content::CertificateRequestResultType* result) argument
/external/chromium_org/chrome/browser/
H A Dchrome_content_browser_client.cc1702 int cert_error,
1747 new SSLBlockingPage(tab, cert_error, ssl_info, request_url, overridable,
1699 AllowCertificateError( int render_process_id, int render_view_id, int cert_error, const net::SSLInfo& ssl_info, const GURL& request_url, ResourceType::Type resource_type, bool overridable, bool strict_enforcement, const base::Callback<void(bool)>& callback, content::CertificateRequestResultType* result) argument

Completed in 399 milliseconds