Home
last modified time | relevance | path

Searched refs:authmethod_lookup (Results 1 – 2 of 2) sorted by relevance

/external/openssh/
Dauth2.c99 static Authmethod *authmethod_lookup(const char *);
280 m = authmethod_lookup(method); in input_userauth_request()
395 authmethod_lookup(const char *name) in authmethod_lookup() function
Dsshconnect2.c318 static Authmethod *authmethod_lookup(const char *name);
403 authctxt.method = authmethod_lookup("none"); in ssh_userauth2()
1837 authmethod_lookup(const char *name) in authmethod_lookup() function
1888 if ((current = authmethod_lookup(name)) != NULL && in authmethod_get()