Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/rpc/
H A Dauth.h94 typedef struct AUTH AUTH; typedef
95 struct AUTH { struct
100 void (*ah_nextverf) (AUTH *); argument
101 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 …]
H A Dclnt.h134 AUTH *cl_auth; /* authenticator */