Home
last modified time | relevance | path

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

/external/openssh/
Dauth2.c374 if (authenticated && options.num_auth_methods != 0) { in userauth_finish()
463 if (options.num_auth_methods == 0) in auth2_method_allowed()
465 for (i = 0; i < authctxt->num_auth_methods; i++) { in auth2_method_allowed()
579 if (options.num_auth_methods == 1 && in auth2_setup_methods_lists()
583 options.num_auth_methods = 0; in auth2_setup_methods_lists()
586 if (options.num_auth_methods == 0) in auth2_setup_methods_lists()
589 authctxt->auth_methods = xcalloc(options.num_auth_methods, in auth2_setup_methods_lists()
591 authctxt->num_auth_methods = 0; in auth2_setup_methods_lists()
592 for (i = 0; i < options.num_auth_methods; i++) { in auth2_setup_methods_lists()
600 authctxt->num_auth_methods, options.auth_methods[i]); in auth2_setup_methods_lists()
[all …]
Dservconf.h219 u_int num_auth_methods; member
279 M_CP_STRARRAYOPT(auth_methods, num_auth_methods); \
Dauth.h69 u_int num_auth_methods; member
Dservconf.c495 if (options->num_auth_methods == 1 && in fill_default_server_options()
499 options->num_auth_methods = 0; in fill_default_server_options()
2269 if (options->num_auth_methods == 0) { in process_server_config_line_depth()
2274 if (options->num_auth_methods > 0) { in process_server_config_line_depth()
2296 &options->num_auth_methods, arg); in process_server_config_line_depth()
2883 o->num_auth_methods, o->auth_methods); in dump_config()
Dsshd.c1730 if (options.num_auth_methods != 0) {
1731 for (i = 0; i < options.num_auth_methods; i++) {
1736 if (i >= options.num_auth_methods)
Dmonitor.c308 if (options.num_auth_methods != 0) { in monitor_child_preauth()