Searched refs:opaque_auth (Results 1 – 9 of 9) sorted by relevance
85 struct opaque_auth { struct96 struct opaque_auth ah_cred; argument97 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;
92 struct opaque_auth ar_verf;146 struct opaque_auth cb_cred;147 struct opaque_auth cb_verf; /* protocol specific - provided by client */
86 struct opaque_auth new_cred;
96 struct opaque_auth xp_verf; /* raw response verifier */153 struct opaque_auth rq_cred; /* raw creds from the wire */
58 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()
49 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()
43 struct opaque_auth _null_auth;
59 xdr_opaque_auth (XDR *xdrs, struct opaque_auth *ap) in xdr_opaque_auth()
53 struct opaque_auth *oa; in xdr_callmsg()
Completed in 17 milliseconds