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.c398 if (authenticated && options.num_auth_methods != 0) { in userauth_finish()
487 if (options.num_auth_methods == 0) in auth2_method_allowed()
489 for (i = 0; i < authctxt->num_auth_methods; i++) { in auth2_method_allowed()
575 if (options.num_auth_methods == 1 && in auth2_setup_methods_lists()
579 options.num_auth_methods = 0; in auth2_setup_methods_lists()
582 if (options.num_auth_methods == 0) in auth2_setup_methods_lists()
585 authctxt->auth_methods = xcalloc(options.num_auth_methods, in auth2_setup_methods_lists()
587 authctxt->num_auth_methods = 0; in auth2_setup_methods_lists()
588 for (i = 0; i < options.num_auth_methods; i++) { in auth2_setup_methods_lists()
596 authctxt->num_auth_methods, options.auth_methods[i]); in auth2_setup_methods_lists()
[all …]
H A Dauth.h71 u_int num_auth_methods; member
H A Dsshd-session.c1049 if (options.num_auth_methods != 0) { in main()
1050 for (i = 0; i < options.num_auth_methods; i++) { in main()
1055 if (i >= options.num_auth_methods) in main()
H A Dsshd.c1613 if (options.num_auth_methods != 0) { in main()
1614 for (i = 0; i < options.num_auth_methods; i++) { in main()
1619 if (i >= options.num_auth_methods) in main()
H A Dservconf.h229 SSHCONF_STRARRAY(auth_methods, num_auth_methods, AuthenticationMethods, SSHCFG_ALL, SSHCFG_COPY_MAT…
H A Dservconf.c458 CLEAR_ON_NONE_ARRAY(auth_methods, num_auth_methods, "any"); in fill_default_server_options()
2422 found = options->num_auth_methods == 0; in process_server_config_line_depth()
2448 options->num_auth_methods = nstrs; in process_server_config_line_depth()
4313 o->num_auth_methods, o->auth_methods); in dump_config()
H A Dmonitor.c309 if (options.num_auth_methods != 0) { in monitor_child_preauth()