Home
last modified time | relevance | path

Searched refs:opaque_auth (Results 1 – 6 of 6) sorted by relevance

/components/dfs/dfs_v1/filesystems/nfs/rpc/
A Dauth.h46 struct opaque_auth { struct
57 struct opaque_auth ah_cred; argument
58 struct opaque_auth ah_verf;
63 int (*ah_validate) (AUTH *, struct opaque_auth *);
71 extern struct opaque_auth _null_auth;
A Dauth_none.c58 static bool_t authnone_validate(AUTH *, struct opaque_auth *);
63 struct opaque_auth _null_auth;
84 extern bool_t xdr_opaque_auth(XDR *xdrs, struct opaque_auth *ap); in authnone_create()
121 static bool_t authnone_validate(AUTH *x, struct opaque_auth *x1) in authnone_validate()
A Drpc_msg.h96 struct opaque_auth ar_verf;
150 struct opaque_auth cb_cred;
151 struct opaque_auth cb_verf; /* protocol specific - provided by client */
A Drpc_prot.c63 bool_t xdr_opaque_auth(XDR *xdrs, struct opaque_auth *ap) in xdr_opaque_auth()
A Dclnt_udp.c314 extern bool_t xdr_opaque_auth(XDR *xdrs, struct opaque_auth *ap); in clntudp_call()
/components/dfs/dfs_v1/filesystems/nfs/
A Dnfs_auth.c27 static bool_t authnone_validate(AUTH *, struct opaque_auth *);
41 struct opaque_auth _null_auth;
64 extern bool_t xdr_opaque_auth(XDR * xdrs, struct opaque_auth * ap); in authnone_create()
65 struct opaque_auth auth; in authnone_create()
158 static bool_t authnone_validate(AUTH *x, struct opaque_auth *x1) in authnone_validate()

Completed in 36 milliseconds