Home | History | Annotate | Download | only in openssh

Lines Matching refs:authmethod_lookup

325 static Authmethod *authmethod_lookup(const char *name);
385 authctxt.method = authmethod_lookup("none");
1892 authmethod_lookup(const char *name)
1940 debug3("authmethod_lookup %s", name);
1942 if ((current = authmethod_lookup(name)) != NULL &&