Home
last modified time | relevance | path

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

/sunrpc/rpc/
A Dauth.h82 struct opaque_auth { struct
93 struct opaque_auth ah_cred; argument
94 struct opaque_auth ah_verf;
99 int (*ah_validate) (AUTH *, struct opaque_auth *);
142 extern struct opaque_auth _null_auth;
208 extern bool_t xdr_opaque_auth (XDR *, struct opaque_auth *) __THROW;
A Drpc_msg.h88 struct opaque_auth ar_verf;
142 struct opaque_auth cb_cred;
143 struct opaque_auth cb_verf; /* protocol specific - provided by client */
A Dauth_unix.h81 struct opaque_auth new_cred;
A Dsvc.h111 struct opaque_auth xp_verf; /* raw response verifier */
168 struct opaque_auth rq_cred; /* raw creds from the wire */
/sunrpc/
A Dauth_none.c49 static bool_t authnone_validate (AUTH *, struct opaque_auth *);
120 authnone_validate (AUTH *auth, struct opaque_auth *oa) in authnone_validate()
A Drpc_common.c45 struct opaque_auth _null_auth;
A Dauth_unix.c63 static bool_t authunix_validate (AUTH *, struct opaque_auth *);
79 struct opaque_auth au_origcred; /* original credentials */
80 struct opaque_auth au_shcred; /* short hand cred */
243 authunix_validate (AUTH *auth, struct opaque_auth *verf) in authunix_validate()
A Dauth_des.c63 static bool_t authdes_validate (AUTH *, struct opaque_auth *);
344 authdes_validate (AUTH *auth, struct opaque_auth *rverf) in authdes_validate()
A Drpc_cmsg.c46 struct opaque_auth *oa; in xdr_callmsg()
A Drpc_prot.c52 xdr_opaque_auth (XDR *xdrs, struct opaque_auth *ap) in xdr_opaque_auth()

Completed in 19 milliseconds