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

/freebsd-10.0-release/crypto/openssh/
H A Dauth2.c351 if (authenticated && options.num_auth_methods != 0) {
430 * NB. authctxt->num_auth_methods might be zero as a result of
433 if (options.num_auth_methods == 0)
435 for (i = 0; i < authctxt->num_auth_methods; i++) {
539 * leave authctxt->num_auth_methods == 0, even when multiple required auth
541 * enabled should consult options.num_auth_methods directly.
548 if (options.num_auth_methods == 0)
551 authctxt->auth_methods = xcalloc(options.num_auth_methods,
553 authctxt->num_auth_methods = 0;
554 for (i = 0; i < options.num_auth_methods;
[all...]
H A Dservconf.h190 u_int num_auth_methods; member in struct:__anon4965
227 M_CP_STRARRAYOPT(auth_methods, num_auth_methods); \
H A Dauth.h69 u_int num_auth_methods; member in struct:Authctxt
H A Dauth1.c407 if (options.num_auth_methods != 0)
H A Dservconf.c1644 if (*activep && options->num_auth_methods == 0) {
1646 if (options->num_auth_methods >=
1656 options->num_auth_methods++] = xstrdup(arg);
2115 o->num_auth_methods, o->auth_methods);
H A Dsshd.c1637 if (options.num_auth_methods != 0) {
1641 for (n = 0; n < options.num_auth_methods; n++) {
1646 if (n >= options.num_auth_methods)
H A Dmonitor.c390 if (options.num_auth_methods != 0) {

Completed in 190 milliseconds