Searched refs:opaque_auth (Results 1 – 10 of 10) sorted by relevance
82 struct opaque_auth { struct93 struct opaque_auth ah_cred; argument94 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;
88 struct opaque_auth ar_verf;142 struct opaque_auth cb_cred;143 struct opaque_auth cb_verf; /* protocol specific - provided by client */
81 struct opaque_auth new_cred;
111 struct opaque_auth xp_verf; /* raw response verifier */168 struct opaque_auth rq_cred; /* raw creds from the wire */
49 static bool_t authnone_validate (AUTH *, struct opaque_auth *);120 authnone_validate (AUTH *auth, struct opaque_auth *oa) in authnone_validate()
45 struct opaque_auth _null_auth;
63 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()
63 static bool_t authdes_validate (AUTH *, struct opaque_auth *);344 authdes_validate (AUTH *auth, struct opaque_auth *rverf) in authdes_validate()
46 struct opaque_auth *oa; in xdr_callmsg()
52 xdr_opaque_auth (XDR *xdrs, struct opaque_auth *ap) in xdr_opaque_auth()
Completed in 19 milliseconds