Searched refs:num_prompts (Results 1 - 2 of 2) sorted by relevance

/external/dropbear/
H A Dcli-authinteract.c71 unsigned int num_prompts = 0; local
88 num_prompts = buf_getint(ses.payload);
90 if (num_prompts >= DROPBEAR_MAX_CLI_INTERACT_PROMPTS) {
97 buf_putint(ses.writepayload, num_prompts);
111 for (i = 0; i < num_prompts; i++) {
/external/openssh/
H A Dsshconnect2.c1524 u_int num_prompts, i; local
1545 num_prompts = packet_get_int();
1553 packet_put_int(num_prompts);
1555 debug2("input_userauth_info_req: num_prompts %d", num_prompts);
1556 for (i = 0; i < num_prompts; i++) {

Completed in 239 milliseconds