Home
last modified time | relevance | path

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

/dragonfly/include/rpc/
H A Dauth.h165 struct opaque_auth { struct
176 struct opaque_auth ah_cred; argument
177 struct opaque_auth ah_verf;
185 struct opaque_auth *);
230 extern struct opaque_auth _null_auth;
266 bool_t xdr_opaque_auth(XDR *, struct opaque_auth *);
H A Drpc_msg.h87 struct opaque_auth ar_verf;
141 struct opaque_auth cb_cred;
142 struct opaque_auth cb_verf; /* protocol specific - provided by client */
H A Dsvc.h121 struct opaque_auth xp_verf; /* raw response verifier */
135 struct opaque_auth rq_cred; /* raw creds from the wire */
H A Dauth_unix.h80 struct opaque_auth new_cred;
/dragonfly/lib/libc/rpc/
H A Dauth_unix.c70 static bool_t authunix_validate(AUTH *, struct opaque_auth *);
77 struct opaque_auth au_origcred; /* original credentials */
78 struct opaque_auth au_shcred; /* short hand cred */
222 authunix_validate(AUTH *auth, struct opaque_auth *verf) in authunix_validate()
H A Dauth_none.c60 static bool_t authnone_validate(AUTH *, struct opaque_auth *);
132 authnone_validate(AUTH *client __unused, struct opaque_auth *opaque __unused) in authnone_validate()
H A Drpc_commondata.c42 struct opaque_auth _null_auth;
H A Drpc_prot.c60 extern struct opaque_auth _null_auth;
67 xdr_opaque_auth(XDR *xdrs, struct opaque_auth *ap) in xdr_opaque_auth()
H A Dauth_des.c79 static bool_t authdes_validate(AUTH *, struct opaque_auth *);
361 authdes_validate(AUTH *auth, struct opaque_auth *rverf) in authdes_validate()
H A Drpc_callmsg.c57 struct opaque_auth *oa; in xdr_callmsg()