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

/macosx-10.10/OpenSSH-189/openssh/
H A Dauth2.c103 static int method_allowed(Authctxt *, const char *);
393 method_allowed(Authctxt *authctxt, const char *method) function
424 if (!method_allowed(authctxt, authmethods[i]->name))
447 method_allowed(authctxt, authmethods[i]->name))

Completed in 101 milliseconds