Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/x509/
H A Dx509_vfy.c161 depth = ctx->error_depth; in verify_cb_cert()
163 ctx->error_depth = depth; in verify_cb_cert()
245 err = X509_chain_check_suiteb(&ctx->error_depth, NULL, ctx->chain, in verify_chain()
247 CB_FAIL_IF(err != X509_V_OK, ctx, NULL, ctx->error_depth, err); in verify_chain()
1056 ctx->error_depth = i; in check_revocation()
1069 int cnum = ctx->error_depth; in check_cert()
1417 int cidx = ctx->error_depth; in crl_akid_check()
1680 int cnum = ctx->error_depth; in check_crl()
1905 ctx->error_depth = n; in internal_verify()
1918 ctx->error_depth = n; in internal_verify()
[all …]
H A Dv3_asid.c706 ctx->error_depth = i; \
H A Dv3_addr.c1194 ctx->error_depth = i; \
/freebsd/crypto/openssl/include/crypto/
H A Dx509.h264 int error_depth; member