Searched refs:AUTH (Results 1 – 2 of 2) sorted by relevance
94 typedef struct AUTH AUTH; typedef95 struct AUTH { struct100 void (*ah_nextverf) (AUTH *); argument101 int (*ah_marshal) (AUTH *, XDR *); /* nextverf & serialize */102 int (*ah_validate) (AUTH *, struct opaque_auth *);104 int (*ah_refresh) (AUTH *); /* refresh credentials */105 void (*ah_destroy) (AUTH *); /* destroy this structure */161 extern AUTH *authunix_create (char *__machname, __uid_t __uid, __gid_t __gid,163 extern AUTH *authunix_create_default (void);164 extern AUTH *authnone_create (void) __THROW;[all …]
134 AUTH *cl_auth; /* authenticator */