Home
last modified time | relevance | path

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

/external/openssh/
Dsshconnect1.c276 for (i = 0; i < options.number_of_password_prompts; i++) { in try_rsa_authentication()
416 for (i = 0; i < options.number_of_password_prompts; i++) { in try_challenge_response_authentication()
476 for (i = 0; i < options.number_of_password_prompts; i++) { in try_password_authentication()
Dreadconf.h70 int number_of_password_prompts; /* Max number of password member
Dreadconf.c1011 intptr = &options->number_of_password_prompts; in process_config_line_depth()
1817 options->number_of_password_prompts = -1; in initialize_options()
1973 if (options->number_of_password_prompts == -1) in fill_default_options()
1974 options->number_of_password_prompts = 3; in fill_default_options()
2567 dump_cfg_int(oNumberOfPasswordPrompts, o->number_of_password_prompts); in dump_client_config()
Dsshconnect2.c901 if (attempt++ >= options.number_of_password_prompts) in userauth_passwd()
1243 for (i = 0; i <= options.number_of_password_prompts; i++) { in load_identity_file()
1528 if (attempt++ >= options.number_of_password_prompts) in userauth_kbdint()