Searched refs:nnew (Results 1 – 1 of 1) sorted by relevance
| /freebsd/crypto/openssh/ |
| H A D | clientloop.c | 2054 size_t nkeys, nnew, nincomplete; /* total, new keys, incomplete match */ member 2369 if (ctx->nnew == 0) in client_global_hostkeys_prove_confirm() 2440 if (ndone != ctx->nnew) in client_global_hostkeys_prove_confirm() 2441 fatal_f("ndone != ctx->nnew (%zu / %zu)", ndone, ctx->nnew); in client_global_hostkeys_prove_confirm() 2565 ctx->nnew = ctx->nincomplete = 0; in client_input_hostkeys() 2569 ctx->nnew++; in client_input_hostkeys() 2575 "%zu incomplete match. %zu to remove", ctx->nkeys, ctx->nnew, in client_input_hostkeys() 2576 ctx->nkeys - ctx->nnew - ctx->nincomplete, in client_input_hostkeys() 2579 if (ctx->nnew == 0 && ctx->nold == 0) { in client_input_hostkeys() 2614 if (ctx->nnew == 0) { in client_input_hostkeys() [all …]
|