Searched refs:num_auth_methods (Results 1 – 7 of 7) sorted by relevance
393 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 …]
237 u_int num_auth_methods; member312 M_CP_STRARRAYOPT(auth_methods, num_auth_methods); \
71 u_int num_auth_methods; member
1119 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()
1500 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()
547 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()
306 if (options.num_auth_methods != 0) { in monitor_child_preauth()