Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dauth2.c393 if (authenticated && options.num_auth_methods != 0) { in userauth_finish()
484 if (options.num_auth_methods == 0) in auth2_method_allowed()
486 for (i = 0; i < authctxt->num_auth_methods; i++) { in auth2_method_allowed()
572 if (options.num_auth_methods == 1 && in auth2_setup_methods_lists()
576 options.num_auth_methods = 0; in auth2_setup_methods_lists()
579 if (options.num_auth_methods == 0) in auth2_setup_methods_lists()
582 authctxt->auth_methods = xcalloc(options.num_auth_methods, in auth2_setup_methods_lists()
584 authctxt->num_auth_methods = 0; in auth2_setup_methods_lists()
585 for (i = 0; i < options.num_auth_methods; i++) { in auth2_setup_methods_lists()
593 authctxt->num_auth_methods, options.auth_methods[i]); in auth2_setup_methods_lists()
[all …]
H A Dservconf.h237 u_int num_auth_methods; member
312 M_CP_STRARRAYOPT(auth_methods, num_auth_methods); \
H A Dauth.h71 u_int num_auth_methods; member
H A Dsshd-session.c1119 if (options.num_auth_methods != 0) { in main()
1120 for (i = 0; i < options.num_auth_methods; i++) { in main()
1125 if (i >= options.num_auth_methods) in main()
H A Dsshd.c1500 if (options.num_auth_methods != 0) { in main()
1501 for (i = 0; i < options.num_auth_methods; i++) { in main()
1506 if (i >= options.num_auth_methods) in main()
H A Dservconf.c547 CLEAR_ON_NONE_ARRAY(auth_methods, num_auth_methods, "any"); in fill_default_server_options()
2588 found = options->num_auth_methods == 0; in process_server_config_line_depth()
2614 options->num_auth_methods = nstrs; in process_server_config_line_depth()
3332 o->num_auth_methods, o->auth_methods); in dump_config()
H A Dmonitor.c306 if (options.num_auth_methods != 0) { in monitor_child_preauth()