/external/chromium_org/chrome/browser/ssl/ |
ssl_add_cert_handler.cc | 41 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) { 91 ssl_tab_helper->OnVerifyClientCertificateError(this, cert_error); 95 int cert_error) { [all...] |
ssl_add_cert_handler.h | 45 void CallVerifyClientCertificateError(int cert_error); 46 void CallAddClientCertificate(bool add_cert, int cert_error);
|
ssl_blocking_page.cc | 87 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),
|
ssl_blocking_page.h | 35 int cert_error,
|
/external/chromium/chrome/browser/ssl/ |
ssl_add_cert_handler.cc | 38 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);
|
ssl_cert_error_handler.cc | 16 int cert_error, 19 cert_error_(cert_error) { 25 ssl_info_.SetCertError(cert_error);
|
ssl_cert_error_handler.h | 27 int cert_error, 34 int cert_error() const { return cert_error_; } function in class:SSLCertErrorHandler
|
ssl_manager.cc | 29 int cert_error, 31 DVLOG(1) << "OnSSLCertificateError() cert_error: " << cert_error 45 cert_error,
|
ssl_error_handler.cc | 135 SSLCertErrorHandler* cert_error = AsSSLCertErrorHandler(); local 136 if (cert_error) 137 request->SimulateSSLError(error, cert_error->ssl_info());
|
ssl_manager.h | 51 int cert_error,
|
/external/chromium_org/content/browser/ssl/ |
ssl_policy.cc | 39 handler->cert_error()); 50 switch (handler->cert_error()) { 162 handler->cert_error()); 172 handler->cert_error()); 188 handler->cert_error(),
|
ssl_cert_error_handler.h | 35 int cert_error() const { return cert_error_; } function in class:content::SSLCertErrorHandler
|
ssl_error_handler.cc | 132 SSLCertErrorHandler* cert_error = AsSSLCertErrorHandler(); 134 if (cert_error) 135 ssl_info = &cert_error->ssl_info();
|
/external/chromium_org/android_webview/browser/ |
aw_contents_client_bridge_base.h | 41 virtual void AllowCertificateError(int cert_error,
|
/external/chromium/chrome/browser/ |
plugin_download_helper.cc | 54 int cert_error, 56 net::URLRequest::Delegate::OnSSLCertificateError(request, cert_error, cert);
|
plugin_download_helper.h | 45 int cert_error,
|
/external/chromium/net/url_request/ |
https_prober.cc | 49 int cert_error,
|
https_prober.h | 60 int cert_error,
|
/external/chromium_org/android_webview/native/ |
aw_contents_client_bridge.h | 37 virtual void AllowCertificateError(int cert_error,
|
aw_contents_client_bridge.cc | 45 int cert_error, 71 env, obj.obj(), cert_error, jcert.obj(), jurl.obj(), request_id);
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
verify.c | 313 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/ |
verify.c | 313 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)
|
/frameworks/av/media/libstagefright/chromium_http/ |
support.cpp | 289 net::URLRequest *request, int cert_error, net::X509Certificate *cert) { 290 fprintf(stderr, "OnSSLCertificateError cert_error=%d\n", cert_error); 292 inherited::OnSSLCertificateError(request, cert_error, cert);
|
support.h | 120 net::URLRequest *request, int cert_error, net::X509Certificate *cert);
|
/external/chromium/net/proxy/ |
proxy_script_fetcher_impl.h | 55 virtual void OnSSLCertificateError(URLRequest* request, int cert_error,
|