Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dauth2.c395 if (authenticated && options.num_auth_methods != 0) { in userauth_finish()
486 if (options.num_auth_methods == 0) in auth2_method_allowed()
488 for (i = 0; i < authctxt->num_auth_methods; i++) { in auth2_method_allowed()
621 if (options.num_auth_methods == 1 && in auth2_setup_methods_lists()
625 options.num_auth_methods = 0; in auth2_setup_methods_lists()
628 if (options.num_auth_methods == 0) in auth2_setup_methods_lists()
633 authctxt->num_auth_methods = 0; in auth2_setup_methods_lists()
634 for (i = 0; i < options.num_auth_methods; i++) { in auth2_setup_methods_lists()
643 authctxt->auth_methods[authctxt->num_auth_methods++] = in auth2_setup_methods_lists()
646 if (authctxt->num_auth_methods == 0) { in auth2_setup_methods_lists()
[all …]
H A Dservconf.h223 u_int num_auth_methods; member
292 M_CP_STRARRAYOPT(auth_methods, num_auth_methods); \
H A Dauth.h71 u_int num_auth_methods; member
H A Dsshd.c1862 if (options.num_auth_methods != 0) {
1863 for (i = 0; i < options.num_auth_methods; i++) {
1868 if (i >= options.num_auth_methods)
H A Dservconf.c502 CLEAR_ON_NONE_ARRAY(auth_methods, num_auth_methods, "any"); in fill_default_server_options()
2480 found = options->num_auth_methods == 0; in process_server_config_line_depth()
2506 options->num_auth_methods = nstrs; in process_server_config_line_depth()
3208 o->num_auth_methods, o->auth_methods); in dump_config()
H A Dmonitor.c302 if (options.num_auth_methods != 0) { in monitor_child_preauth()