Searched refs:AUTH (Results 1 – 4 of 4) sorted by relevance
57 static void authnone_verf(AUTH *);58 static bool_t authnone_validate(AUTH *, struct opaque_auth *);59 static bool_t authnone_refresh(AUTH *);60 static void authnone_destroy(AUTH *);61 static bool_t authnone_marshal(AUTH *client, XDR *xdrs);74 AUTH no_client;79 AUTH *authnone_create() in authnone_create()107 static bool_t authnone_marshal(AUTH *client, XDR *xdrs) in authnone_marshal()117 static void authnone_verf(AUTH *x) in authnone_verf()127 static bool_t authnone_refresh(AUTH *x) in authnone_refresh()[all …]
55 typedef struct AUTH AUTH; typedef56 struct AUTH { struct61 void (*ah_nextverf) (AUTH *); argument62 int (*ah_marshal) (AUTH *, XDR *); /* nextverf & serialize */63 int (*ah_validate) (AUTH *, struct opaque_auth *);65 int (*ah_refresh) (AUTH *); /* refresh credentials */66 void (*ah_destroy) (AUTH *); /* destroy this structure */110 AUTH *authnone_create(void);
138 AUTH *cl_auth; /* authenticator */
26 static void authnone_verf(AUTH *);27 static bool_t authnone_validate(AUTH *, struct opaque_auth *);28 static bool_t authnone_refresh(AUTH *);29 static void authnone_destroy(AUTH *);30 static bool_t authnone_marshal(AUTH *client, XDR *xdrs);54 AUTH no_client;59 AUTH *authnone_create(void) in authnone_create()144 static bool_t authnone_marshal(AUTH *client, XDR *xdrs) in authnone_marshal()154 static void authnone_verf(AUTH *x) in authnone_verf()164 static bool_t authnone_refresh(AUTH *x) in authnone_refresh()[all …]
Completed in 10 milliseconds