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

/freebsd-13-stable/crypto/openssh/
H A Dauth2.c389 if (authenticated && options.num_auth_methods != 0) {
471 * NB. authctxt->num_auth_methods might be zero as a result of
474 if (options.num_auth_methods == 0)
476 for (i = 0; i < authctxt->num_auth_methods; i++) {
580 * leave authctxt->num_auth_methods == 0, even when multiple required auth
582 * enabled should consult options.num_auth_methods directly.
589 if (options.num_auth_methods == 0)
592 authctxt->auth_methods = xcalloc(options.num_auth_methods,
594 authctxt->num_auth_methods = 0;
595 for (i = 0; i < options.num_auth_methods;
[all...]
H A Dservconf.h207 u_int num_auth_methods; member in struct:__anon6892
256 M_CP_STRARRAYOPT(auth_methods, num_auth_methods); \
H A Dauth.h71 u_int num_auth_methods; member in struct:Authctxt
H A Dservconf.c457 if (options->num_auth_methods == 1 &&
461 options->num_auth_methods = 0;
2089 if (options->num_auth_methods == 0) {
2094 if (options->num_auth_methods > 0) {
2116 &options->num_auth_methods, arg);
2666 o->num_auth_methods, o->auth_methods);
H A Dsshd.c1727 if (options.num_auth_methods != 0) {
1728 for (i = 0; i < options.num_auth_methods; i++) {
1733 if (i >= options.num_auth_methods)
H A Dmonitor.c309 if (options.num_auth_methods != 0) {

Completed in 167 milliseconds