Lines Matching refs:nold
2034 size_t nold; member
2055 for (i = 0; i < ctx->nold; i++) in hostkeys_update_ctx_free()
2158 if ((tmp = recallocarray(ctx->old_keys, ctx->nold, ctx->nold + 1, in hostkeys_find()
2160 fatal_f("recallocarray failed nold = %zu", ctx->nold); in hostkeys_find()
2162 ctx->old_keys[ctx->nold++] = l->key; in hostkeys_find()
2181 for (i = 0; i < ctx->nold; i++) { in hostkeys_check_old()
2204 debug2_f("checking for %zu deprecated keys", ctx->nold); in check_old_keys_othernames()
2256 for (i = 0; i < ctx->nold; i++) { in update_known_hosts()
2548 ctx->nincomplete, ctx->nold); in client_input_hostkeys()
2550 if (ctx->nnew == 0 && ctx->nold == 0) { in client_input_hostkeys()
2573 if (ctx->nold != 0) { in client_input_hostkeys()