Home
last modified time | relevance | path

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

/trueos/crypto/openssh/
HDauth2-kbdint.c56 if (options.challenge_response_authentication) in userauth_kbdint()
HDauth1.c78 &options.challenge_response_authentication,
83 &options.challenge_response_authentication,
HDreadconf.h55 int challenge_response_authentication; member
HDservconf.h120 int challenge_response_authentication; member
HDsshconnect.c1132 options.challenge_response_authentication = 0; in check_host_key()
1135 if (options.challenge_response_authentication) { in check_host_key()
1138 options.challenge_response_authentication = 0; in check_host_key()
HDservconf.c117 options->challenge_response_authentication = -1; in initialize_server_options()
262 if (options->challenge_response_authentication == -1) in fill_default_server_options()
263 options->challenge_response_authentication = 1; in fill_default_server_options()
1153 intptr = &options->challenge_response_authentication; in process_server_config_line()
2073 o->challenge_response_authentication); in dump_config()
HDreadconf.c867 intptr = &options->challenge_response_authentication; in process_config_line()
1585 options->challenge_response_authentication = -1; in initialize_options()
1711 if (options->challenge_response_authentication == -1) in fill_default_options()
1712 options->challenge_response_authentication = 1; in fill_default_options()
HDsshconnect1.c735 options.challenge_response_authentication && !options.batch_mode) { in ssh_userauth1()
HDsshd.c1644 if (options.challenge_response_authentication)
2354 if (options.challenge_response_authentication == 1)
HDmonitor.c921 authok = options.challenge_response_authentication && in mm_answer_bsdauthrespond()
973 authok = (options.challenge_response_authentication && in mm_answer_skeyrespond()
HDsshconnect2.c373 if (options.challenge_response_authentication) in ssh_userauth2()