Home | History | Annotate | Download | only in openssh

Lines Matching refs:nold

2200 	size_t nold;
2214 for (i = 0; i < ctx->nold; i++)
2245 if ((tmp = reallocarray(ctx->old_keys, ctx->nold + 1,
2247 fatal("%s: reallocarray failed nold = %zu",
2248 __func__, ctx->nold);
2250 ctx->old_keys[ctx->nold++] = l->key;
2275 for (i = 0; i < ctx->nold; i++) {
2518 __func__, ctx->nkeys, ctx->nnew, ctx->nkeys - ctx->nnew, ctx->nold);
2520 if (ctx->nnew == 0 && ctx->nold != 0) {