Searched refs:num_auth_methods (Results 1 – 6 of 6) sorted by relevance
373 if (authenticated && options.num_auth_methods != 0) { in userauth_finish()464 if (options.num_auth_methods == 0) in auth2_method_allowed()466 for (i = 0; i < authctxt->num_auth_methods; i++) { in auth2_method_allowed()580 if (options.num_auth_methods == 1 && in auth2_setup_methods_lists()584 options.num_auth_methods = 0; in auth2_setup_methods_lists()587 if (options.num_auth_methods == 0) in auth2_setup_methods_lists()592 authctxt->num_auth_methods = 0; in auth2_setup_methods_lists()593 for (i = 0; i < options.num_auth_methods; i++) { in auth2_setup_methods_lists()602 authctxt->auth_methods[authctxt->num_auth_methods++] = in auth2_setup_methods_lists()605 if (authctxt->num_auth_methods == 0) { in auth2_setup_methods_lists()[all …]
225 u_int num_auth_methods; member287 M_CP_STRARRAYOPT(auth_methods, num_auth_methods); \
69 u_int num_auth_methods; member
487 if (options->num_auth_methods == 1 && in fill_default_server_options()491 options->num_auth_methods = 0; in fill_default_server_options()2373 found = options->num_auth_methods == 0; in process_server_config_line_depth()2378 if (options->num_auth_methods > 0) { in process_server_config_line_depth()2396 &options->num_auth_methods, arg); in process_server_config_line_depth()2991 o->num_auth_methods, o->auth_methods); in dump_config()
1801 if (options.num_auth_methods != 0) {1802 for (i = 0; i < options.num_auth_methods; i++) {1807 if (i >= options.num_auth_methods)
305 if (options.num_auth_methods != 0) { in monitor_child_preauth()