Searched refs:num_auth_methods (Results 1 – 6 of 6) sorted by relevance
318 if (authenticated && options.num_auth_methods != 0) { in userauth_finish()401 if (options.num_auth_methods == 0) in auth2_method_allowed()403 for (i = 0; i < authctxt->num_auth_methods; i++) { in auth2_method_allowed()516 if (options.num_auth_methods == 0) in auth2_setup_methods_lists()519 authctxt->auth_methods = xcalloc(options.num_auth_methods, in auth2_setup_methods_lists()521 authctxt->num_auth_methods = 0; in auth2_setup_methods_lists()522 for (i = 0; i < options.num_auth_methods; i++) { in auth2_setup_methods_lists()530 authctxt->num_auth_methods, options.auth_methods[i]); in auth2_setup_methods_lists()531 authctxt->auth_methods[authctxt->num_auth_methods++] = in auth2_setup_methods_lists()534 if (authctxt->num_auth_methods == 0) { in auth2_setup_methods_lists()[all …]
188 u_int num_auth_methods; member230 M_CP_STRARRAYOPT(auth_methods, num_auth_methods); \
71 u_int num_auth_methods; member
369 if (options->num_auth_methods == 1 && in fill_default_server_options()373 options->num_auth_methods = 0; in fill_default_server_options()1781 if (options->num_auth_methods == 0) { in process_server_config_line()1785 if (options->num_auth_methods >= in process_server_config_line()1791 if (options->num_auth_methods > 0) { in process_server_config_line()1811 options->num_auth_methods++] = xstrdup(arg); in process_server_config_line()2341 o->num_auth_methods, o->auth_methods); in dump_config()
1614 if (options.num_auth_methods != 0) {1615 for (n = 0; n < options.num_auth_methods; n++) {1620 if (n >= options.num_auth_methods)
314 if (options.num_auth_methods != 0) { in monitor_child_preauth()