Home
last modified time | relevance | path

Searched refs:cert_error (Results 1 – 21 of 21) sorted by relevance

/external/chromium_org/chrome/browser/ssl/
Dssl_add_certificate.cc93 int cert_error) { in ShowErrorInfoBar() argument
105 base::IntToString16(-cert_error), in ShowErrorInfoBar()
107 net::ErrorToString(cert_error))), in ShowErrorInfoBar()
146 int cert_error = net::CertDatabase::GetInstance()->CheckUserCert(cert.get()); in SSLAddCertificate() local
147 if (cert_error != net::OK) { in SSLAddCertificate()
148 LOG_IF(ERROR, cert_error == net::ERR_NO_PRIVATE_KEY_FOR_CERT) in SSLAddCertificate()
155 render_process_id, render_frame_id, cert_error)); in SSLAddCertificate()
160 cert_error = net::CertDatabase::GetInstance()->AddUserCert(cert.get()); in SSLAddCertificate()
163 if (cert_error != net::OK) { in SSLAddCertificate()
167 render_process_id, render_frame_id, cert_error)); in SSLAddCertificate()
Dssl_error_classification_unittest.cc37 int cert_error = net::ERR_CERT_DATE_INVALID; in TEST_F() local
45 cert_error, in TEST_F()
55 cert_error, in TEST_F()
65 cert_error, in TEST_F()
83 int cert_error = net::ERR_CERT_COMMON_NAME_INVALID; in TEST_F() local
93 cert_error, in TEST_F()
112 cert_error, in TEST_F()
129 cert_error, in TEST_F()
146 cert_error, in TEST_F()
163 cert_error, in TEST_F()
[all …]
Dssl_blocking_page.cc163 int cert_error, in RecordSSLBlockingPageDetailedStats() argument
169 SSLErrorInfo::NetErrorToErrorType(cert_error), SSLErrorInfo::END_OF_ENUM); in RecordSSLBlockingPageDetailedStats()
191 SSLErrorInfo::ErrorType type = SSLErrorInfo::NetErrorToErrorType(cert_error); in RecordSSLBlockingPageDetailedStats()
308 int cert_error, in SSLBlockingPage() argument
315 cert_error_(cert_error), in SSLBlockingPage()
Dssl_error_classification.cc70 int cert_error) { in RecordSSLInterstitialSeverityScore() argument
71 if (SSLErrorInfo::NetErrorToErrorType(cert_error) == in RecordSSLInterstitialSeverityScore()
75 } else if (SSLErrorInfo::NetErrorToErrorType(cert_error) == in RecordSSLInterstitialSeverityScore()
137 int cert_error, in SSLErrorClassification() argument
142 cert_error_(cert_error), in SSLErrorClassification()
Dssl_error_classification.h32 int cert_error,
Dssl_blocking_page.h70 int cert_error,
/external/openssl/apps/
Dverify.c313 int cert_error = X509_STORE_CTX_get_error(ctx); in cb() local
327 cert_error, in cb()
329 X509_verify_cert_error_string(cert_error)); in cb()
330 switch(cert_error) in cb()
357 if (cert_error == X509_V_OK && ok == 2) in cb()
/external/chromium_org/content/browser/ssl/
Dssl_policy.cc41 handler->cert_error(), in OnCertError()
52 switch (handler->cert_error()) { in OnCertError()
179 handler->cert_error()); in OnAllowCertificate()
201 handler->cert_error(), in OnCertErrorInternal()
Dssl_error_handler.cc131 SSLCertErrorHandler* cert_error = AsSSLCertErrorHandler(); in CompleteCancelRequest() local
133 if (cert_error) in CompleteCancelRequest()
134 ssl_info = &cert_error->ssl_info(); in CompleteCancelRequest()
Dssl_cert_error_handler.h35 int cert_error() const { return cert_error_; } in cert_error() function
/external/chromium_org/chrome/browser/ui/webui/interstitials/
Dinterstitial_ui.cc50 int cert_error = net::ERR_CERT_CONTAINS_ERRORS; in CreateSSLBlockingPage() local
83 cert_error, in CreateSSLBlockingPage()
/external/chromium_org/android_webview/browser/
Daw_contents_client_bridge_base.h45 virtual void AllowCertificateError(int cert_error,
Daw_content_browser_client.cc363 int cert_error, in AllowCertificateError() argument
376 client->AllowCertificateError(cert_error, in AllowCertificateError()
Daw_content_browser_client.h97 int cert_error,
/external/chromium_org/android_webview/native/
Daw_contents_client_bridge.h36 virtual void AllowCertificateError(int cert_error,
Daw_contents_client_bridge.cc69 int cert_error, in AllowCertificateError() argument
95 env, obj.obj(), cert_error, jcert.obj(), jurl.obj(), request_id); in AllowCertificateError()
/external/chromium_org/chromecast/shell/browser/
Dcast_content_browser_client.h44 int cert_error,
Dcast_content_browser_client.cc122 int cert_error, in AllowCertificateError() argument
/external/chromium_org/content/public/browser/
Dcontent_browser_client.h382 int cert_error, in AllowCertificateError() argument
/external/chromium_org/chrome/browser/
Dchrome_content_browser_client.h164 int cert_error,
Dchrome_content_browser_client.cc1683 int cert_error, in AllowCertificateError() argument
1735 tab, cert_error, ssl_info, request_url, options_mask, callback); in AllowCertificateError()