Searched refs:opaque_auth (Results 1 – 10 of 10) sorted by relevance
90 struct opaque_auth { struct101 struct opaque_auth ah_cred; argument102 struct opaque_auth ah_verf;110 struct opaque_auth *);154 extern struct opaque_auth _null_auth;
89 struct opaque_auth ar_verf;143 struct opaque_auth cb_cred;144 struct opaque_auth cb_verf; /* protocol specific - provided by client */
100 struct opaque_auth xp_verf; /* raw response verifier */156 struct opaque_auth rq_cred; /* raw creds from the wire */
81 struct opaque_auth new_cred;
102 extern bool_t xdr_opaque_auth(XDR *, struct opaque_auth *);
60 static bool_t authunix_validate(struct __rpc_auth *, struct opaque_auth *);76 struct opaque_auth au_origcred; /* original credentials */77 struct opaque_auth au_shcred; /* short hand cred */225 authunix_validate(AUTH *auth, struct opaque_auth *verf) in authunix_validate()
52 static bool_t authnone_validate(struct __rpc_auth *, struct opaque_auth *);115 authnone_validate(struct __rpc_auth *none, struct opaque_auth *noauth) in authnone_validate()
39 struct opaque_auth _null_auth;
54 xdr_opaque_auth(XDR *xdrs, struct opaque_auth *ap) in xdr_opaque_auth()
46 struct opaque_auth *oa; in xdr_callmsg()