Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dauth2-methods.c93 auth2_methods_valid(const char *_methods, int need_enable) in auth2_methods_valid() function
H A Dauth.h181 int auth2_methods_valid(const char *, int);
H A Dauth2.c589 if (auth2_methods_valid(options.auth_methods[i], 1) != 0) { in auth2_setup_methods_lists()
H A Dsshd-session.c1051 if (auth2_methods_valid(options.auth_methods[i], in main()
H A Dsshd.c1615 if (auth2_methods_valid(options.auth_methods[i], in main()
H A Dservconf.c2435 } else if (auth2_methods_valid(arg, 0) != 0) { in process_server_config_line_depth()
/freebsd/crypto/openssh/regress/unittests/servconf/
H A Dtests.c29 int auth2_methods_valid(const char *methods, int need_enable);
31 auth2_methods_valid(const char *methods, int need_enable) in auth2_methods_valid() function