Home
last modified time | relevance | path

Searched refs:error_depth (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssl/crypto/x509/
H A Dx509_vfy.c157 depth = ctx->error_depth; in verify_cb_cert()
159 ctx->error_depth = depth; in verify_cb_cert()
224 err = X509_chain_check_suiteb(&ctx->error_depth, NULL, ctx->chain, in verify_chain()
226 CB_FAIL_IF(err != X509_V_OK, ctx, NULL, ctx->error_depth, err); in verify_chain()
923 ctx->error_depth = i; in check_revocation()
936 int cnum = ctx->error_depth; in check_cert()
1266 int cidx = ctx->error_depth; in crl_akid_check()
1530 int cnum = ctx->error_depth; in check_crl()
1749 ctx->error_depth = n; in internal_verify()
1762 ctx->error_depth = n; in internal_verify()
[all …]
H A Dv3_asid.c737 ctx->error_depth = i; \
H A Dv3_addr.c1195 ctx->error_depth = i; \
/freebsd/crypto/openssl/util/
H A Dcheck-format-test-negatives.c320 { (ctx)->error_depth = (depth); }
/freebsd/crypto/openssl/include/crypto/
H A Dx509.h264 int error_depth; member