opaque_auth
struct opaque_auth ah_cred;
struct opaque_auth ah_verf;
struct opaque_auth *);
extern struct opaque_auth _null_auth;
struct opaque_auth new_cred;
extern bool_t xdr_opaque_auth(XDR *, struct opaque_auth *);
struct opaque_auth cb_cred;
struct opaque_auth cb_verf; /* protocol specific - provided by client */
struct opaque_auth ar_verf;
struct opaque_auth xp_verf; /* raw response verifier */
struct opaque_auth rq_cred; /* raw creds from the wire */
authnone_validate(struct __rpc_auth *none, struct opaque_auth *noauth)
static bool_t authnone_validate(struct __rpc_auth *, struct opaque_auth *);
authunix_validate(AUTH *auth, struct opaque_auth *verf)
static bool_t authunix_validate(struct __rpc_auth *, struct opaque_auth *);
struct opaque_auth au_origcred; /* original credentials */
struct opaque_auth au_shcred; /* short hand cred */
struct opaque_auth *oa;
struct opaque_auth _null_auth;
xdr_opaque_auth(XDR *xdrs, struct opaque_auth *ap)