Home
last modified time | relevance | path

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

/external/openssh/
Dauth2.c313 if (authenticated && options.num_auth_methods != 0) { in userauth_finish()
395 if (options.num_auth_methods == 0) in auth2_method_allowed()
397 for (i = 0; i < authctxt->num_auth_methods; i++) { in auth2_method_allowed()
510 if (options.num_auth_methods == 0) in auth2_setup_methods_lists()
513 authctxt->auth_methods = xcalloc(options.num_auth_methods, in auth2_setup_methods_lists()
515 authctxt->num_auth_methods = 0; in auth2_setup_methods_lists()
516 for (i = 0; i < options.num_auth_methods; i++) { in auth2_setup_methods_lists()
524 authctxt->num_auth_methods, options.auth_methods[i]); in auth2_setup_methods_lists()
525 authctxt->auth_methods[authctxt->num_auth_methods++] = in auth2_setup_methods_lists()
528 if (authctxt->num_auth_methods == 0) { in auth2_setup_methods_lists()
[all …]
Dservconf.h188 u_int num_auth_methods; member
228 M_CP_STRARRAYOPT(auth_methods, num_auth_methods); \
Dauth.h71 u_int num_auth_methods; member
Dauth1.c410 if (options.num_auth_methods != 0) in do_authentication()
Dservconf.c1705 if (*activep && options->num_auth_methods == 0) { in process_server_config_line()
1707 if (options->num_auth_methods >= in process_server_config_line()
1717 options->num_auth_methods++] = xstrdup(arg); in process_server_config_line()
2208 o->num_auth_methods, o->auth_methods); in dump_config()
Dsshd.c1706 if (options.num_auth_methods != 0) {
1710 for (n = 0; n < options.num_auth_methods; n++) {
1715 if (n >= options.num_auth_methods)
Dmonitor.c370 if (options.num_auth_methods != 0) { in monitor_child_preauth()