Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/sshd/
H A Dauth2-kbdint.c58 if (options.challenge_response_authentication) in userauth_kbdint()
H A Dauth1.c287 if (options.challenge_response_authentication == 1) { in do_authloop()
302 if (options.challenge_response_authentication == 1) { in do_authloop()
H A Dservconf.c121 options->challenge_response_authentication = -1; in initialize_server_options()
338 if (options->challenge_response_authentication == -1) in fill_default_server_options()
339 options->challenge_response_authentication = 1; in fill_default_server_options()
1014 intptr = &options->challenge_response_authentication; in process_server_config_line()
H A Dsshd.c993 options.challenge_response_authentication != -1) { in main()
1811 if (options.challenge_response_authentication == 1) in do_ssh1_kex()
/titanic_50/usr/src/cmd/ssh/include/
H A Dreadconf.h66 int challenge_response_authentication; member
H A Dservconf.h116 int challenge_response_authentication; member
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dreadconf.c444 intptr = &options->challenge_response_authentication; in process_config_line()
931 options->challenge_response_authentication = -1; in initialize_options()
1032 if (options->challenge_response_authentication == -1) in fill_default_options()
1033 options->challenge_response_authentication = 1; in fill_default_options()
/titanic_50/usr/src/cmd/ssh/ssh/
H A Dsshconnect1.c1260 options.challenge_response_authentication && !options.batch_mode) { in ssh_userauth1()
H A Dsshconnect2.c317 if (options.challenge_response_authentication) in ssh_userauth2()