Home
last modified time | relevance | path

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

/components/dfs/dfs_v1/filesystems/nfs/rpc/
A Dauth_none.c57 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 …]
A Dauth.h55 typedef struct AUTH AUTH; typedef
56 struct AUTH { struct
61 void (*ah_nextverf) (AUTH *); argument
62 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);
A Dclnt.h138 AUTH *cl_auth; /* authenticator */
/components/dfs/dfs_v1/filesystems/nfs/
A Dnfs_auth.c26 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