Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/include/rpc/
A Dauth.h85 struct opaque_auth { struct
96 struct opaque_auth ah_cred; argument
97 struct opaque_auth ah_verf;
106 int (*ah_validate) (AUTH *, struct opaque_auth *);
149 extern struct opaque_auth _null_auth;
220 extern bool_t xdr_opaque_auth (XDR *, struct opaque_auth *) __THROW;
A Drpc_msg.h92 struct opaque_auth ar_verf;
146 struct opaque_auth cb_cred;
147 struct opaque_auth cb_verf; /* protocol specific - provided by client */
A Dauth_unix.h86 struct opaque_auth new_cred;
A Dsvc.h96 struct opaque_auth xp_verf; /* raw response verifier */
153 struct opaque_auth rq_cred; /* raw creds from the wire */
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/
A Dauth_unix.c58 static bool_t authunix_validate (AUTH *, struct opaque_auth *);
74 struct opaque_auth au_origcred; /* original credentials */
75 struct opaque_auth au_shcred; /* short hand cred */
208 authunix_validate (AUTH *auth, struct opaque_auth *verf) in authunix_validate()
A Dauth_none.c49 static bool_t authnone_validate (AUTH *, struct opaque_auth *);
126 authnone_validate (AUTH *auth attribute_unused, struct opaque_auth *oa attribute_unused) in authnone_validate()
A Drpc_commondata.c43 struct opaque_auth _null_auth;
A Drpc_prot.c59 xdr_opaque_auth (XDR *xdrs, struct opaque_auth *ap) in xdr_opaque_auth()
A Drpc_cmsg.c53 struct opaque_auth *oa; in xdr_callmsg()

Completed in 17 milliseconds