Home
last modified time | relevance | path

Searched refs:auth2_methods_valid (Results 1 – 4 of 4) sorted by relevance

/external/openssh/
Dauth2.c457 auth2_methods_valid(const char *_methods, int need_enable) in auth2_methods_valid() function
517 if (auth2_methods_valid(options.auth_methods[i], 1) != 0) { in auth2_setup_methods_lists()
Dauth.h172 int auth2_methods_valid(const char *, int);
Dsshd.c1729 if (auth2_methods_valid(options.auth_methods[n],
Dservconf.c1809 if (auth2_methods_valid(arg, 0) != 0) in process_server_config_line()