Home
last modified time | relevance | path

Searched refs:error_depth (Results 1 – 6 of 6) sorted by path

/dragonfly/crypto/libressl/crypto/x509/
H A Dx509_addr.c1804 ctx->error_depth = depth; in verify_error()
H A Dx509_asid.c1003 ctx->error_depth = i; \
H A Dx509_internal.h82 size_t error_depth; /* Depth of last error seen */ member
H A Dx509_lcl.h360 int error_depth; member
H A Dx509_verify.c226 ctx->error_depth = 0; in x509_verify_ctx_reset()
329 ctx->xsc->error_depth = 0; in x509_verify_ctx_set_xsc_chain()
403 ctx->xsc->error_depth = 0; in x509_verify_ctx_validate_legacy_chain()
466 ctx->error_depth = ctx->xsc->error_depth; in x509_verify_ctx_validate_legacy_chain()
502 if (ctx->error_depth == 0 && in x509_verify_ctx_add_chain()
523 ctx->error_depth = depth; in x509_verify_ctx_add_chain()
643 ctx->error_depth = depth; in x509_verify_cert_error()
680 ctx->error_depth = depth; in x509_verify_build_chains()
1093 return ctx->error_depth; in x509_verify_ctx_error_depth()
1146 ctx->xsc->error_depth = 0; in x509_verify()
[all …]
H A Dx509_vfy.c182 ctx->error_depth = 0; in check_id_error()
773 ctx->error_depth = i; in x509_vfy_check_chain_extensions()
781 ctx->error_depth = i; in x509_vfy_check_chain_extensions()
815 ctx->error_depth = i; in x509_vfy_check_chain_extensions()
827 ctx->error_depth = i; in x509_vfy_check_chain_extensions()
839 ctx->error_depth = i; in x509_vfy_check_chain_extensions()
856 ctx->error_depth = i; in x509_vfy_check_chain_extensions()
952 ctx->error_depth = i; in check_trust()
1653 cnum = ctx->error_depth; in check_crl()
1943 ctx->error_depth = n; in x509_vfy_internal_verify()
[all …]