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()
507 OPENSSL_EXPORT int X509_STORE_CTX_get_error(X509_STORE_CTX *ctx);
877 int err = X509_STORE_CTX_get_error(store); in SSLVerifyCallback()
536 return X509_STORE_CTX_get_error(ctx.get()); in Verify()
2121 int X509_STORE_CTX_get_error(X509_STORE_CTX *ctx) in X509_STORE_CTX_get_error() function
995 err = X509_STORE_CTX_get_error(x509_ctx); in curl_cb_ssl_verify()
1928 err = X509_STORE_CTX_get_error(x509_ctx); in tls_verify_cb()