Home | History | Annotate | Download | only in openssh

Lines Matching defs:attempt

866 	static int attempt = 0;
872 if (attempt++ >= options.number_of_password_prompts)
875 if (attempt != 1)
1491 static int attempt = 0;
1493 if (attempt++ >= options.number_of_password_prompts)
1496 if (attempt > 1 && !authctxt->info_req_seen) {
1750 static int attempt = 0; /* XXX share with userauth_password's? */
1752 if (attempt++ >= options.number_of_password_prompts)
1754 if (attempt != 1)