Home
last modified time | relevance | path

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

/external/openssh/
Dauth2.c318 if (authenticated && options.num_auth_methods != 0) { in userauth_finish()
401 if (options.num_auth_methods == 0) in auth2_method_allowed()
403 for (i = 0; i < authctxt->num_auth_methods; i++) { in auth2_method_allowed()
516 if (options.num_auth_methods == 0) in auth2_setup_methods_lists()
519 authctxt->auth_methods = xcalloc(options.num_auth_methods, in auth2_setup_methods_lists()
521 authctxt->num_auth_methods = 0; in auth2_setup_methods_lists()
522 for (i = 0; i < options.num_auth_methods; i++) { in auth2_setup_methods_lists()
530 authctxt->num_auth_methods, options.auth_methods[i]); in auth2_setup_methods_lists()
531 authctxt->auth_methods[authctxt->num_auth_methods++] = in auth2_setup_methods_lists()
534 if (authctxt->num_auth_methods == 0) { in auth2_setup_methods_lists()
[all …]
Dservconf.h188 u_int num_auth_methods; member
230 M_CP_STRARRAYOPT(auth_methods, num_auth_methods); \
Dauth.h71 u_int num_auth_methods; member
Dservconf.c369 if (options->num_auth_methods == 1 && in fill_default_server_options()
373 options->num_auth_methods = 0; in fill_default_server_options()
1781 if (options->num_auth_methods == 0) { in process_server_config_line()
1785 if (options->num_auth_methods >= in process_server_config_line()
1791 if (options->num_auth_methods > 0) { in process_server_config_line()
1811 options->num_auth_methods++] = xstrdup(arg); in process_server_config_line()
2341 o->num_auth_methods, o->auth_methods); in dump_config()
Dsshd.c1665 if (options.num_auth_methods != 0) {
1666 for (n = 0; n < options.num_auth_methods; n++) {
1671 if (n >= options.num_auth_methods)
Dmonitor.c314 if (options.num_auth_methods != 0) { in monitor_child_preauth()