Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssh/
Dauth2.c386 if (authenticated && options.num_auth_methods != 0) { in userauth_finish()
477 if (options.num_auth_methods == 0) in auth2_method_allowed()
479 for (i = 0; i < authctxt->num_auth_methods; i++) { in auth2_method_allowed()
612 if (options.num_auth_methods == 1 && in auth2_setup_methods_lists()
616 options.num_auth_methods = 0; in auth2_setup_methods_lists()
619 if (options.num_auth_methods == 0) in auth2_setup_methods_lists()
622 authctxt->auth_methods = xcalloc(options.num_auth_methods, in auth2_setup_methods_lists()
624 authctxt->num_auth_methods = 0; in auth2_setup_methods_lists()
625 for (i = 0; i < options.num_auth_methods; i++) { in auth2_setup_methods_lists()
633 authctxt->num_auth_methods, options.auth_methods[i]); in auth2_setup_methods_lists()
[all …]
Dservconf.h225 u_int num_auth_methods; member
288 M_CP_STRARRAYOPT(auth_methods, num_auth_methods); \
Dauth.h71 u_int num_auth_methods; member
Dservconf.c490 if (options->num_auth_methods == 1 && in fill_default_server_options()
494 options->num_auth_methods = 0; in fill_default_server_options()
2384 found = options->num_auth_methods == 0; in process_server_config_line_depth()
2389 if (options->num_auth_methods > 0) { in process_server_config_line_depth()
2407 &options->num_auth_methods, arg); in process_server_config_line_depth()
3009 o->num_auth_methods, o->auth_methods); in dump_config()
Dsshd.c1842 if (options.num_auth_methods != 0) {
1843 for (i = 0; i < options.num_auth_methods; i++) {
1848 if (i >= options.num_auth_methods)
Dmonitor.c305 if (options.num_auth_methods != 0) { in monitor_child_preauth()