Home
last modified time | relevance | path

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

/external/openssh/
Dauth2-chall.c297 u_int i, nresp; in input_userauth_info_response() local
310 if ((r = sshpkt_get_u32(ssh, &nresp)) != 0) in input_userauth_info_response()
312 if (nresp != kbdintctxt->nreq) in input_userauth_info_response()
314 if (nresp > 100) in input_userauth_info_response()
316 if (nresp > 0) { in input_userauth_info_response()
317 response = xcalloc(nresp, sizeof(char *)); in input_userauth_info_response()
318 for (i = 0; i < nresp; i++) in input_userauth_info_response()
326 res = kbdintctxt->device->respond(kbdintctxt->ctxt, nresp, response); in input_userauth_info_response()
328 for (i = 0; i < nresp; i++) { in input_userauth_info_response()