Searched refs:X509_STORE_CTX_get_error (Results 1 – 8 of 8) sorted by relevance
191 err = X509_STORE_CTX_get_error (ctx); in ssl_verify()
319 << X509_verify_cert_error_string(X509_STORE_CTX_get_error(ctx)); in OnCertVerifyResults()
504 OPENSSL_EXPORT int X509_STORE_CTX_get_error(X509_STORE_CTX *ctx);
877 int err = X509_STORE_CTX_get_error(store); in SSLVerifyCallback()
533 return X509_STORE_CTX_get_error(ctx.get()); in Verify()
2123 int X509_STORE_CTX_get_error(X509_STORE_CTX *ctx) in X509_STORE_CTX_get_error() function
996 err = X509_STORE_CTX_get_error(x509_ctx); in curl_cb_ssl_verify()
1797 err = X509_STORE_CTX_get_error(x509_ctx); in tls_verify_cb()