HomeSort by relevance Sort by last modified time
    Searched refs:authmethod_lookup (Results 1 - 2 of 2) sorted by null

  /external/openssh/
auth2.c 99 static Authmethod *authmethod_lookup(const char *);
280 m = authmethod_lookup(method);
395 authmethod_lookup(const char *name) function
sshconnect2.c 318 static Authmethod *authmethod_lookup(const char *name);
403 authctxt.method = authmethod_lookup("none");
1837 authmethod_lookup(const char *name) function
    [all...]

Completed in 180 milliseconds