Searched refs:x509_verify_cert_error (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/lib/libcrypto/x509/ |
| D | x509_verify.c | 40 static int x509_verify_cert_error(struct x509_verify_ctx *ctx, X509 *cert, 317 return x509_verify_cert_error(ctx, NULL, 0, in x509_verify_ctx_set_xsc_chain() 347 return x509_verify_cert_error(ctx, NULL, 0, in x509_verify_ctx_save_xsc_error() 367 return x509_verify_cert_error(ctx, NULL, 0, in x509_verify_ctx_restore_xsc_error() 435 if (!x509_verify_cert_error(ctx, cert, in x509_verify_ctx_validate_legacy_chain() 479 return x509_verify_cert_error(ctx, last, depth, in x509_verify_ctx_add_chain() 510 return x509_verify_cert_error(ctx, last, depth, in x509_verify_ctx_add_chain() 581 (void) x509_verify_cert_error(ctx, candidate, depth, in x509_verify_consider_candidate() 587 if (!x509_verify_cert_error(ctx, candidate, depth, in x509_verify_consider_candidate() 597 x509_verify_cert_error(ctx, candidate, depth, in x509_verify_consider_candidate() [all …]
|