Searched refs:saved_error_depth (Results 1 – 2 of 2) sorted by relevance
224 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()
72 int saved_error_depth; member