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

  /external/openssh/
auth.h 49 typedef struct Authmethod Authmethod;
92 struct Authmethod {
sshconnect2.c 242 typedef struct cauthmethod Authmethod;
318 static Authmethod *authmethod_get(char *authlist);
319 static Authmethod *authmethod_lookup(const char *name);
322 Authmethod authmethods[] = {
437 Authmethod *method = authmethod_get(authlist);
    [all...]

Completed in 160 milliseconds