Searched refs:num_auth_methods (Results 1 – 7 of 7) sorted by relevance
392 if (authenticated && options.num_auth_methods != 0) { in userauth_finish() 478 * NB. authctxt->num_auth_methods might be zero as a result of in auth2_method_allowed() 481 if (options.num_auth_methods == 0) in auth2_method_allowed() 483 for (i = 0; i < authctxt->num_auth_methods; i++) { in auth2_method_allowed() 559 * leave authctxt->num_auth_methods == 0, even when multiple required auth561 * enabled should consult options.num_auth_methods directly.569 if (options.num_auth_methods == 1 && in auth2_setup_methods_lists() 573 options.num_auth_methods = 0; in auth2_setup_methods_lists() 576 if (options.num_auth_methods == 0) in auth2_setup_methods_lists() 579 authctxt->auth_methods = xcalloc(options.num_auth_methods, in auth2_setup_methods_lists() [all...]
237 u_int num_auth_methods; member313 M_CP_STRARRAYOPT(auth_methods, num_auth_methods); \
71 u_int num_auth_methods; member
1100 if (options.num_auth_methods != 0) { in main()1101 for (i = 0; i < options.num_auth_methods; i++) { in main()1106 if (i >= options.num_auth_methods) in main()
1620 if (options.num_auth_methods != 0) { in main()1621 for (i = 0; i < options.num_auth_methods; i++) { in main()1626 if (i >= options.num_auth_methods) in main()
550 CLEAR_ON_NONE_ARRAY(auth_methods, num_auth_methods, "any"); in fill_default_server_options()2602 found = options->num_auth_methods == 0; in process_server_config_line_depth()2628 options->num_auth_methods = nstrs; in process_server_config_line_depth()3353 o->num_auth_methods, o->auth_methods); in dump_config()
314 if (options.num_auth_methods != 0) { in monitor_child_preauth()