/external/chromium_org/chrome/browser/ssl/ |
D | ssl_add_certificate.cc | 93 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()
|
D | ssl_error_classification_unittest.cc | 37 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 …]
|
D | ssl_blocking_page.cc | 163 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()
|
D | ssl_error_classification.cc | 70 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()
|
D | ssl_error_classification.h | 32 int cert_error,
|
D | ssl_blocking_page.h | 70 int cert_error,
|
/external/openssl/apps/ |
D | verify.c | 313 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/ |
D | ssl_policy.cc | 41 handler->cert_error(), in OnCertError() 52 switch (handler->cert_error()) { in OnCertError() 179 handler->cert_error()); in OnAllowCertificate() 201 handler->cert_error(), in OnCertErrorInternal()
|
D | ssl_error_handler.cc | 131 SSLCertErrorHandler* cert_error = AsSSLCertErrorHandler(); in CompleteCancelRequest() local 133 if (cert_error) in CompleteCancelRequest() 134 ssl_info = &cert_error->ssl_info(); in CompleteCancelRequest()
|
D | ssl_cert_error_handler.h | 35 int cert_error() const { return cert_error_; } in cert_error() function
|
/external/chromium_org/chrome/browser/ui/webui/interstitials/ |
D | interstitial_ui.cc | 50 int cert_error = net::ERR_CERT_CONTAINS_ERRORS; in CreateSSLBlockingPage() local 83 cert_error, in CreateSSLBlockingPage()
|
/external/chromium_org/android_webview/browser/ |
D | aw_contents_client_bridge_base.h | 45 virtual void AllowCertificateError(int cert_error,
|
D | aw_content_browser_client.cc | 363 int cert_error, in AllowCertificateError() argument 376 client->AllowCertificateError(cert_error, in AllowCertificateError()
|
D | aw_content_browser_client.h | 97 int cert_error,
|
/external/chromium_org/android_webview/native/ |
D | aw_contents_client_bridge.h | 36 virtual void AllowCertificateError(int cert_error,
|
D | aw_contents_client_bridge.cc | 69 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/ |
D | cast_content_browser_client.h | 44 int cert_error,
|
D | cast_content_browser_client.cc | 122 int cert_error, in AllowCertificateError() argument
|
/external/chromium_org/content/public/browser/ |
D | content_browser_client.h | 382 int cert_error, in AllowCertificateError() argument
|
/external/chromium_org/chrome/browser/ |
D | chrome_content_browser_client.h | 164 int cert_error,
|
D | chrome_content_browser_client.cc | 1683 int cert_error, in AllowCertificateError() argument 1735 tab, cert_error, ssl_info, request_url, options_mask, callback); in AllowCertificateError()
|