Searched refs:chains_count (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/lib/libcrypto/x509/
H A Dx509_verify.c210 for (i = 0; i < ctx->chains_count; i++)
217 ctx->chains_count = 0;
362 if (ctx->xsc != NULL && ctx->chains_count == 0 &&
478 if (ctx->chains_count >= ctx->max_chains)
508 if ((ctx->chains[ctx->chains_count] = x509_verify_chain_dup(chain)) ==
513 ctx->chains_count++;
658 if (ctx->xsc != NULL && ctx->chains_count > 0)
670 count = ctx->chains_count;
736 if (ctx->chains_count > count) {
1088 if (i >= ctx->chains_count)
[all...]
H A Dx509_internal.h73 size_t chains_count; member in struct:x509_verify_ctx

Completed in 181 milliseconds