Home
last modified time | relevance | path

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

/freebsd-src/crypto/openssh/
H A Dauth.h178 int auth2_methods_valid(const char *, int);
H A Dauth2.c567 auth2_methods_valid(const char *_methods, int need_enable) in auth2_methods_valid() function
635 if (auth2_methods_valid(options.auth_methods[i], 1) != 0) { in auth2_setup_methods_lists()
H A Dsshd.c1862 if (auth2_methods_valid(options.auth_methods[i],
H A Dservconf.c2493 } else if (auth2_methods_valid(arg, 0) != 0) { in process_server_config_line_depth()