Home
last modified time | relevance | path

Searched refs:saved_error_depth (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/crypto/libressl/crypto/x509/
H A Dx509_verify.c224 ctx->saved_error_depth = 0; in x509_verify_ctx_reset()
357 ctx->saved_error_depth = ctx->xsc->error_depth; in x509_verify_ctx_save_xsc_error()
377 ctx->xsc->error_depth = ctx->saved_error_depth; in x509_verify_ctx_restore_xsc_error()
684 if (ctx->saved_error_depth != 0) in x509_verify_build_chains()
685 ctx->error_depth = ctx->saved_error_depth; in x509_verify_build_chains()
H A Dx509_internal.h72 int saved_error_depth; member