Home
last modified time | relevance | path

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

/external/openssh/
Dclientloop.c1816 size_t nkeys, nnew; member
1992 if (ctx->nnew == 0) in client_global_hostkeys_private_confirm()
2049 if (ndone != ctx->nnew) in client_global_hostkeys_private_confirm()
2051 ndone, ctx->nnew); /* Shouldn't happen */ in client_global_hostkeys_private_confirm()
2192 ctx->nnew = 0; in client_input_hostkeys()
2195 ctx->nnew++; in client_input_hostkeys()
2199 __func__, ctx->nkeys, ctx->nnew, ctx->nkeys - ctx->nnew, ctx->nold); in client_input_hostkeys()
2201 if (ctx->nnew == 0 && ctx->nold != 0) { in client_input_hostkeys()
2204 } else if (ctx->nnew != 0) { in client_input_hostkeys()
2210 __func__, ctx->nnew); in client_input_hostkeys()