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

/freebsd-10.0-release/crypto/openssh/
H A Dauth2-kbdint.c56 if (options.challenge_response_authentication)
H A Dreadconf.h49 int challenge_response_authentication; member in struct:__anon4957
H A Dauth1.c78 &options.challenge_response_authentication,
83 &options.challenge_response_authentication,
H A Dservconf.h119 int challenge_response_authentication; member in struct:__anon4965
H A Dreadconf.c542 intptr = &options->challenge_response_authentication;
1256 options->challenge_response_authentication = -1;
1363 if (options->challenge_response_authentication == -1)
1364 options->challenge_response_authentication = 1;
H A Dsshconnect.c1049 options.challenge_response_authentication = 0;
1052 if (options.challenge_response_authentication) {
1055 options.challenge_response_authentication = 0;
H A Dservconf.c116 options->challenge_response_authentication = -1;
258 if (options->challenge_response_authentication == -1)
259 options->challenge_response_authentication = 1;
1144 intptr = &options->challenge_response_authentication;
2065 o->challenge_response_authentication);
H A Dsshconnect1.c733 options.challenge_response_authentication && !options.batch_mode) {
H A Dsshd.c1621 if (options.challenge_response_authentication)
2331 if (options.challenge_response_authentication == 1)
H A Dmonitor.c943 authok = options.challenge_response_authentication &&
995 authok = (options.challenge_response_authentication &&
H A Dsshconnect2.c384 if (options.challenge_response_authentication)

Completed in 108 milliseconds