Symbol: X509_STORE_CTX_get_error
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
1131
int err = X509_STORE_CTX_get_error(certctx);
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
2158
int j = X509_STORE_CTX_get_error(cert_ctx);
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
3359
int err = X509_STORE_CTX_get_error(ctx);
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
3376
return X509_STORE_CTX_get_error(ctx) == X509_V_ERR_UNABLE_TO_GET_CRL;
crypto/krb5/src/plugins/tls/k5tls/openssl.c
316
err = X509_STORE_CTX_get_error(store_ctx);
crypto/openssl/apps/cms.c
1419
error = X509_STORE_CTX_get_error(ctx);
crypto/openssl/apps/lib/s_cb.c
54
err = X509_STORE_CTX_get_error(ctx);
crypto/openssl/apps/pkcs12.c
1169
else if ((i = X509_STORE_CTX_get_error(store_ctx)) == 0)
crypto/openssl/apps/smime.c
770
error = X509_STORE_CTX_get_error(ctx);
crypto/openssl/apps/verify.c
306
if (i > 0 && X509_STORE_CTX_get_error(csc) == X509_V_OK) {
crypto/openssl/apps/verify.c
344
int cert_error = X509_STORE_CTX_get_error(ctx);
crypto/openssl/apps/x509.c
1241
err = X509_STORE_CTX_get_error(ctx);
crypto/openssl/crypto/cmp/cmp_genm.c
184
&& X509_STORE_CTX_get_error(store_ctx)
crypto/openssl/crypto/cms/cms_smime.c
289
j = X509_STORE_CTX_get_error(ctx);
crypto/openssl/crypto/ocsp/ocsp_vfy.c
62
int err = X509_STORE_CTX_get_error(ctx);
crypto/openssl/crypto/pkcs7/pk7_smime.c
296
j = X509_STORE_CTX_get_error(cert_ctx);
crypto/openssl/crypto/ts/ts_rsp_verify.c
189
int j = X509_STORE_CTX_get_error(cert_ctx);
crypto/openssl/crypto/x509/t_x509.c
443
int cert_error = X509_STORE_CTX_get_error(ctx);
crypto/openssl/include/openssl/x509_vfy.h
762
int X509_STORE_CTX_get_error(const X509_STORE_CTX *ctx);
crypto/openssl/ssl/ssl_cert.c
1127
i = X509_STORE_CTX_get_error(xs_ctx);
crypto/openssl/ssl/ssl_cert.c
512
s->verify_result = X509_STORE_CTX_get_error(ctx);
crypto/openssl/test/crltest.c
375
: X509_STORE_CTX_get_error(ctx);
crypto/openssl/test/crltest.c
606
: X509_STORE_CTX_get_error(ctx);
crypto/openssl/test/danetest.c
83
SSL_set_verify_result(ssl, X509_STORE_CTX_get_error(store_ctx));
crypto/openssl/test/rpktest.c
43
int err = X509_STORE_CTX_get_error(ctx);
crypto/openssl/test/rpktest.c
55
int err = X509_STORE_CTX_get_error(ctx);
crypto/openssl/test/ssl_old_test.c
2879
X509_STORE_CTX_get_error(ctx), buf);
crypto/openssl/test/ssl_old_test.c
2884
int i = X509_STORE_CTX_get_error(ctx);
crypto/openssl/test/sslapitest.c
566
if (res == 0 && X509_STORE_CTX_get_error(ctx) == X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY)
crypto/openssl/test/verify_extra_test.c
95
if (i == 0 && X509_STORE_CTX_get_error(sctx) == X509_V_ERR_INVALID_CA) {