Lines Matching defs:nnew
2012 size_t nkeys, nnew, nincomplete; /* total, new keys, incomplete match */
2327 if (ctx->nnew == 0)
2328 fatal_f("ctx->nnew == 0"); /* sanity */
2341 * Expect a signature for each of the ctx->nnew private keys we
2398 if (ndone != ctx->nnew)
2399 fatal_f("ndone != ctx->nnew (%zu / %zu)", ndone, ctx->nnew);
2522 ctx->nnew = ctx->nincomplete = 0;
2526 ctx->nnew++;
2532 "%zu incomplete match. %zu to remove", ctx->nkeys, ctx->nnew,
2533 ctx->nkeys - ctx->nnew - ctx->nincomplete,
2536 if (ctx->nnew == 0 && ctx->nold == 0) {
2571 if (ctx->nnew == 0) {
2584 debug3_f("asking server to prove ownership for %zu keys", ctx->nnew);