Home
last modified time | relevance | path

Searched refs:challenge_response_authentication (Results 1 – 11 of 11) sorted by relevance

/external/openssh/
Dauth2-kbdint.c57 if (options.challenge_response_authentication) in userauth_kbdint()
Dauth1.c81 &options.challenge_response_authentication,
86 &options.challenge_response_authentication,
Dreadconf.h45 int challenge_response_authentication; member
Dservconf.h122 int challenge_response_authentication; member
Dsshconnect.c1118 options.challenge_response_authentication = 0; in check_host_key()
1121 if (options.challenge_response_authentication) { in check_host_key()
1124 options.challenge_response_authentication = 0; in check_host_key()
Dreadconf.c888 intptr = &options->challenge_response_authentication; in process_config_line()
1602 options->challenge_response_authentication = -1; in initialize_options()
1727 if (options->challenge_response_authentication == -1) in fill_default_options()
1728 options->challenge_response_authentication = 1; in fill_default_options()
2251 dump_cfg_fmtint(oChallengeResponseAuthentication, o->challenge_response_authentication); in dump_client_config()
Dservconf.c124 options->challenge_response_authentication = -1; in initialize_server_options()
282 if (options->challenge_response_authentication == -1) in fill_default_server_options()
283 options->challenge_response_authentication = 1; in fill_default_server_options()
1186 intptr = &options->challenge_response_authentication; in process_server_config_line()
2148 o->challenge_response_authentication); in dump_config()
Dsshconnect1.c749 options.challenge_response_authentication && !options.batch_mode) { in ssh_userauth1()
Dmonitor.c983 authok = options.challenge_response_authentication && in mm_answer_bsdauthrespond()
1035 authok = (options.challenge_response_authentication && in mm_answer_skeyrespond()
Dsshd.c1690 if (options.challenge_response_authentication)
2389 if (options.challenge_response_authentication == 1)
Dsshconnect2.c372 if (options.challenge_response_authentication) in ssh_userauth2()