Home
last modified time | relevance | path

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

/external/openssh/
Dauth2-kbdint.c59 if (options.challenge_response_authentication) in userauth_kbdint()
Dreadconf.h41 int challenge_response_authentication; member
Dservconf.h145 int challenge_response_authentication; member
Dsshconnect.c1033 options.challenge_response_authentication = 0; in check_host_key()
1036 if (options.challenge_response_authentication) { in check_host_key()
1039 options.challenge_response_authentication = 0; in check_host_key()
Dreadconf.c1049 intptr = &options->challenge_response_authentication; in process_config_line_depth()
1936 options->challenge_response_authentication = -1; in initialize_options()
2082 if (options->challenge_response_authentication == -1) in fill_default_options()
2083 options->challenge_response_authentication = 1; in fill_default_options()
2716 dump_cfg_fmtint(oChallengeResponseAuthentication, o->challenge_response_authentication); in dump_client_config()
Dservconf.c144 options->challenge_response_authentication = -1; in initialize_server_options()
390 if (options->challenge_response_authentication == -1) in fill_default_server_options()
391 options->challenge_response_authentication = 1; in fill_default_server_options()
1579 intptr = &options->challenge_response_authentication; in process_server_config_line_depth()
2813 o->challenge_response_authentication); in dump_config()
Dauth-pam.c1385 options.challenge_response_authentication = 0; in sshpam_set_maxtries_reached()
Dmonitor.c974 authok = options.challenge_response_authentication && in mm_answer_bsdauthrespond()
Dsshd.c1709 if (options.challenge_response_authentication)
Dsshconnect2.c390 if (options.challenge_response_authentication) in ssh_userauth2()