Home
last modified time | relevance | path

Searched refs:nnew (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssh/
H A Dclientloop.c2027 size_t nkeys, nnew, nincomplete; /* total, new keys, incomplete match */ member
2342 if (ctx->nnew == 0) in client_global_hostkeys_prove_confirm()
2413 if (ndone != ctx->nnew) in client_global_hostkeys_prove_confirm()
2414 fatal_f("ndone != ctx->nnew (%zu / %zu)", ndone, ctx->nnew); in client_global_hostkeys_prove_confirm()
2537 ctx->nnew = ctx->nincomplete = 0; in client_input_hostkeys()
2541 ctx->nnew++; in client_input_hostkeys()
2547 "%zu incomplete match. %zu to remove", ctx->nkeys, ctx->nnew, in client_input_hostkeys()
2548 ctx->nkeys - ctx->nnew - ctx->nincomplete, in client_input_hostkeys()
2551 if (ctx->nnew == 0 && ctx->nold == 0) { in client_input_hostkeys()
2586 if (ctx->nnew == 0) { in client_input_hostkeys()
[all …]