Searched refs:cert_error (Results 1 – 12 of 12) sorted by relevance
/third_party/openssl/crypto/x509/ |
D | t_x509.c | 470 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/ |
D | verify.c | 330 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/ |
D | request_handler_cpptoc.cc | 242 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/ |
D | request_handler_ctocpp.cc | 235 cef_errorcode_t cert_error, in OnCertificateError() argument 266 _struct, CefBrowserCppToC::Wrap(browser), cert_error, in OnCertificateError()
|
D | request_handler_ctocpp.h | 69 cef_errorcode_t cert_error,
|
/third_party/cef/include/capi/ |
D | cef_request_handler_capi.h | 203 cef_errorcode_t cert_error,
|
/third_party/cef/include/ |
D | cef_request_handler.h | 201 cef_errorcode_t cert_error, in OnCertificateError() argument
|
/third_party/cef/tests/cefclient/browser/ |
D | client_handler.cc | 790 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()
|
D | client_handler.h | 254 ErrorCode cert_error,
|
/third_party/cef/libcef/browser/alloy/ |
D | alloy_content_browser_client.h | 85 int cert_error,
|
D | alloy_content_browser_client.cc | 892 int cert_error, in AllowCertificateError() argument 925 browser.get(), static_cast<cef_errorcode_t>(cert_error), in AllowCertificateError()
|
/third_party/chromium/patch/ |
D | 0003-ohos-1115.patch | 64720 +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,
|