Searched refs:number_of_password_prompts (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/crypto/openssh/
H A Dreadconf.h65 int number_of_password_prompts; /* Max number of password member in struct:__anon6881
H A Dreadconf.c1023 intptr = &options->number_of_password_prompts;
1887 options->number_of_password_prompts = -1;
2043 if (options->number_of_password_prompts == -1)
2044 options->number_of_password_prompts = 3;
2666 dump_cfg_int(oNumberOfPasswordPrompts, o->number_of_password_prompts);
H A Dsshconnect2.c967 if (attempt++ >= options.number_of_password_prompts)
1395 for (i = 0; i <= options.number_of_password_prompts; i++) {
1713 if (attempt++ >= options.number_of_password_prompts)

Completed in 71 milliseconds