HomeSort by: relevance | last modified time | path
    Searched refs:opaque_auth (Results 1 - 9 of 9) sorted by relevancy

  /src/lib/libc/rpc/
rpc_commondata.c 50 struct opaque_auth _null_auth;
auth_none.c 73 static bool_t authnone_validate(AUTH *, struct opaque_auth *);
140 authnone_validate(AUTH *client, struct opaque_auth *auth)
auth_unix.c 84 static bool_t authunix_validate(AUTH *, struct opaque_auth *);
94 struct opaque_auth au_origcred; /* original credentials */
95 struct opaque_auth au_shcred; /* short hand cred */
253 authunix_validate(AUTH *auth, struct opaque_auth *verf)
rpc_callmsg.c 72 struct opaque_auth *oa;
rpc_prot.c 84 xdr_opaque_auth(XDR *xdrs, struct opaque_auth *ap)
  /src/include/rpc/
auth_unix.h 80 struct opaque_auth new_cred;
auth.h 87 struct opaque_auth { struct
98 struct opaque_auth ah_cred;
99 struct opaque_auth ah_verf;
107 struct opaque_auth *);
123 * struct opaque_auth verf;
151 extern struct opaque_auth _null_auth;
174 extern bool_t xdr_opaque_auth (XDR *, struct opaque_auth *);
rpc_msg.h 88 struct opaque_auth ar_verf;
142 struct opaque_auth cb_cred;
143 struct opaque_auth cb_verf; /* protocol specific - provided by client */
svc.h 119 struct opaque_auth xp_verf; /* raw response verifier */
133 struct opaque_auth rq_cred; /* raw creds from the wire */

Completed in 15 milliseconds