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 245 typedef struct cauthmethod Authmethod;
324 static Authmethod *authmethod_get(char *authlist);
325 static Authmethod *authmethod_lookup(const char *name);
328 Authmethod authmethods[] = {
469 Authmethod *method = authmethod_get(authlist);
    [all...]

Completed in 80 milliseconds