Home
last modified time | relevance | path

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

/external/openssh/
Dauth2-chall.c288 u_int i, nresp; in input_userauth_info_response() local
301 nresp = packet_get_int(); in input_userauth_info_response()
302 if (nresp != kbdintctxt->nreq) in input_userauth_info_response()
304 if (nresp > 100) in input_userauth_info_response()
306 if (nresp > 0) { in input_userauth_info_response()
307 response = xcalloc(nresp, sizeof(char *)); in input_userauth_info_response()
308 for (i = 0; i < nresp; i++) in input_userauth_info_response()
313 res = kbdintctxt->device->respond(kbdintctxt->ctxt, nresp, response); in input_userauth_info_response()
315 for (i = 0; i < nresp; i++) { in input_userauth_info_response()