Home | History | Annotate | Download | only in openssh

Lines Matching refs:num_prompts

1524 	u_int num_prompts, i;
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++) {