Searched refs:nresp (Results 1 – 1 of 1) sorted by relevance
293 u_int i, nresp; in input_userauth_info_response() local306 nresp = packet_get_int(); in input_userauth_info_response()307 if (nresp != kbdintctxt->nreq) in input_userauth_info_response()309 if (nresp > 100) in input_userauth_info_response()311 if (nresp > 0) { in input_userauth_info_response()312 response = xcalloc(nresp, sizeof(char *)); in input_userauth_info_response()313 for (i = 0; i < nresp; i++) in input_userauth_info_response()318 res = kbdintctxt->device->respond(kbdintctxt->ctxt, nresp, response); in input_userauth_info_response()320 for (i = 0; i < nresp; i++) { in input_userauth_info_response()