Searched refs:X509_verify_cert_error_string (Results 1 – 6 of 6) sorted by relevance
141 … X509_verify_cert_error_string(X509_STORE_CTX_get_error(ctx)), verifyResult); in VerifyCert()185 … X509_verify_cert_error_string(X509_STORE_CTX_get_error(ctx)), verifyResult); in VerifyCert()
32 X509_get_version, X509_up_ref, X509_verify, X509_verify_cert_error_string, EVP_PKEY,175 let s = X509_verify_cert_error_string(self.0 as c_long); in error_string()
51 pub(crate) fn X509_verify_cert_error_string(n: c_long) -> *const c_char; in X509_verify_cert_error_string() function
174 const char *pChError = X509_verify_cert_error_string(errCode); in ValidateCertChainInner()
297 const char *pChError = X509_verify_cert_error_string(errCode); in VerifyCertChain()
142 LOG_ERROR("Verify cert failed, msg = %{public}s", X509_verify_cert_error_string(index)); in VerifyIssurCert()