Home
last modified time | relevance | path

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

/third_party/openssl/crypto/x509/
Dt_x509.c470 int cert_error = X509_STORE_CTX_get_error(ctx); in X509_STORE_CTX_print_verify_cb() local
478 cert_error, X509_verify_cert_error_string(cert_error)); in X509_STORE_CTX_print_verify_cb()
485 switch (cert_error) { in X509_STORE_CTX_print_verify_cb()
511 if (cert_error == X509_V_ERR_CERT_UNTRUSTED in X509_STORE_CTX_print_verify_cb()
512 || cert_error == X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT in X509_STORE_CTX_print_verify_cb()
513 || cert_error == X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN in X509_STORE_CTX_print_verify_cb()
514 || cert_error == X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT in X509_STORE_CTX_print_verify_cb()
515 || cert_error == X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY in X509_STORE_CTX_print_verify_cb()
516 || cert_error == X509_V_ERR_UNABLE_TO_GET_CRL_ISSUER in X509_STORE_CTX_print_verify_cb()
517 || cert_error == X509_V_ERR_STORE_LOOKUP) { in X509_STORE_CTX_print_verify_cb()
/third_party/openssl/apps/
Dverify.c330 int cert_error = X509_STORE_CTX_get_error(ctx); in cb() local
342 cert_error, in cb()
344 X509_verify_cert_error_string(cert_error)); in cb()
352 switch (cert_error) { in cb()
388 if (cert_error == X509_V_OK && ok == 2) in cb()
/third_party/cef/libcef_dll/cpptoc/
Drequest_handler_cpptoc.cc242 cef_errorcode_t cert_error, in request_handler_on_certificate_error() argument
272 CefBrowserCToCpp::Wrap(browser), cert_error, CefString(request_url), in request_handler_on_certificate_error()
/third_party/cef/libcef_dll/ctocpp/
Drequest_handler_ctocpp.cc235 cef_errorcode_t cert_error, in OnCertificateError() argument
266 _struct, CefBrowserCppToC::Wrap(browser), cert_error, in OnCertificateError()
Drequest_handler_ctocpp.h69 cef_errorcode_t cert_error,
/third_party/cef/include/capi/
Dcef_request_handler_capi.h203 cef_errorcode_t cert_error,
/third_party/cef/include/
Dcef_request_handler.h201 cef_errorcode_t cert_error, in OnCertificateError() argument
/third_party/cef/tests/cefclient/browser/
Dclient_handler.cc790 ErrorCode cert_error, in OnCertificateError() argument
796 if (cert_error == ERR_CERT_AUTHORITY_INVALID && in OnCertificateError()
806 LoadErrorPage(browser->GetMainFrame(), request_url, cert_error, in OnCertificateError()
Dclient_handler.h254 ErrorCode cert_error,
/third_party/cef/libcef/browser/alloy/
Dalloy_content_browser_client.h85 int cert_error,
Dalloy_content_browser_client.cc892 int cert_error, in AllowCertificateError() argument
925 browser.get(), static_cast<cef_errorcode_t>(cert_error), in AllowCertificateError()
/third_party/chromium/patch/
D0003-ohos-1115.patch64720 +SslError SslErrorConvert(cef_errorcode_t cert_error) {
64722 + switch (cert_error) {
64740 + << "cef err = " << cert_error
65383 + cef_errorcode_t cert_error,
65388 + SslError error = SslErrorConvert(cert_error);
66483 + cef_errorcode_t cert_error,