Symbol: x509_verify_cert_error
crypto/libressl/crypto/x509/x509_verify.c
324
return x509_verify_cert_error(ctx, NULL, 0,
crypto/libressl/crypto/x509/x509_verify.c
354
return x509_verify_cert_error(ctx, NULL, 0,
crypto/libressl/crypto/x509/x509_verify.c
374
return x509_verify_cert_error(ctx, NULL, 0,
crypto/libressl/crypto/x509/x509_verify.c
39
static int x509_verify_cert_error(struct x509_verify_ctx *ctx, X509 *cert,
crypto/libressl/crypto/x509/x509_verify.c
442
if (!x509_verify_cert_error(ctx, cert,
crypto/libressl/crypto/x509/x509_verify.c
486
return x509_verify_cert_error(ctx, last, depth,
crypto/libressl/crypto/x509/x509_verify.c
517
return x509_verify_cert_error(ctx, last, depth,
crypto/libressl/crypto/x509/x509_verify.c
588
(void) x509_verify_cert_error(ctx, candidate, depth,
crypto/libressl/crypto/x509/x509_verify.c
594
if (!x509_verify_cert_error(ctx, candidate, depth,
crypto/libressl/crypto/x509/x509_verify.c
604
x509_verify_cert_error(ctx, candidate, depth,
crypto/libressl/crypto/x509/x509_verify.c
609
x509_verify_cert_error(ctx, candidate, depth, ctx->error, 0);
crypto/libressl/crypto/x509/x509_verify.c
673
!x509_verify_cert_error(ctx, cert, depth,
crypto/libressl/crypto/x509/x509_verify.c
703
x509_verify_cert_error(ctx, cert, depth,
crypto/libressl/crypto/x509/x509_verify.c
802
return x509_verify_cert_error(ctx, cert, 0, ctx->error, 0);
crypto/libressl/crypto/x509/x509_verify.c
945
if (!x509_verify_cert_error(ctx, cert, depth,
crypto/libressl/crypto/x509/x509_verify.c
953
if (!x509_verify_cert_error(ctx, cert, depth,
crypto/libressl/crypto/x509/x509_verify.c
960
&ctx->error) && !x509_verify_cert_error(ctx, cert, depth,