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

/freebsd-10.2-release/crypto/openssh/
H A Dauth.h163 int auth2_methods_valid(const char *, int);
H A Dauth2.c486 auth2_methods_valid(const char *_methods, int need_enable) function
546 if (auth2_methods_valid(options.auth_methods[i], 1) != 0) {
H A Dservconf.c1664 if (auth2_methods_valid(arg, 0) != 0)
H A Dsshd.c1665 if (auth2_methods_valid(options.auth_methods[n],

Completed in 121 milliseconds