Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssh/
H A Dauth2.c373 if (authenticated && options.num_auth_methods != 0) { in userauth_finish()
464 if (options.num_auth_methods == 0) in auth2_method_allowed()
466 for (i = 0; i < authctxt->num_auth_methods; i++) { in auth2_method_allowed()
580 if (options.num_auth_methods == 1 && in auth2_setup_methods_lists()
584 options.num_auth_methods = 0; in auth2_setup_methods_lists()
587 if (options.num_auth_methods == 0) in auth2_setup_methods_lists()
592 authctxt->num_auth_methods = 0; in auth2_setup_methods_lists()
593 for (i = 0; i < options.num_auth_methods; i++) { in auth2_setup_methods_lists()
602 authctxt->auth_methods[authctxt->num_auth_methods++] = in auth2_setup_methods_lists()
605 if (authctxt->num_auth_methods == 0) { in auth2_setup_methods_lists()
[all …]
H A Dservconf.h225 u_int num_auth_methods; member
287 M_CP_STRARRAYOPT(auth_methods, num_auth_methods); \
H A Dauth.h69 u_int num_auth_methods; member
H A Dservconf.c487 if (options->num_auth_methods == 1 && in fill_default_server_options()
491 options->num_auth_methods = 0; in fill_default_server_options()
2373 found = options->num_auth_methods == 0; in process_server_config_line_depth()
2378 if (options->num_auth_methods > 0) { in process_server_config_line_depth()
2396 &options->num_auth_methods, arg); in process_server_config_line_depth()
2991 o->num_auth_methods, o->auth_methods); in dump_config()
H A Dsshd.c1801 if (options.num_auth_methods != 0) {
1802 for (i = 0; i < options.num_auth_methods; i++) {
1807 if (i >= options.num_auth_methods)
H A Dmonitor.c305 if (options.num_auth_methods != 0) { in monitor_child_preauth()