Searched refs:num_auth_methods (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dauth2.c433 if (authenticated && options.num_auth_methods != 0) {
495 * NB. authctxt->num_auth_methods might be zero as a result of
498 if (options.num_auth_methods == 0)
500 for (i = 0; i < authctxt->num_auth_methods; i++) {
623 * leave authctxt->num_auth_methods == 0, even when multiple required auth
625 * enabled should consult options.num_auth_methods directly.
633 if (options.num_auth_methods == 1 &&
637 options.num_auth_methods = 0;
640 if (options.num_auth_methods == 0)
643 authctxt->auth_methods = xcalloc(options.num_auth_methods,
[all...]
H A Dservconf.h243 u_int num_auth_methods; member in struct:__anon13
310 M_CP_STRARRAYOPT(auth_methods, num_auth_methods); \
H A Dauth.h74 u_int num_auth_methods; member in struct:Authctxt
H A Dsshd.c1741 if (options.num_auth_methods != 0) {
1742 for (i = 0; i < options.num_auth_methods; i++) {
1747 if (i >= options.num_auth_methods)
H A Dservconf.c606 CLEAR_ON_NONE_ARRAY(auth_methods, num_auth_methods, "any");
2581 found = options->num_auth_methods == 0;
2586 if (options->num_auth_methods > 0) {
2604 &options->num_auth_methods, arg);
3403 o->num_auth_methods, o->auth_methods);
H A Dmonitor.c285 if (options.num_auth_methods != 0) {

Completed in 206 milliseconds