Home
last modified time | relevance | path

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

/openbsd/include/rpc/
H A Dauth.h90 struct opaque_auth { struct
101 struct opaque_auth ah_cred; argument
102 struct opaque_auth ah_verf;
110 struct opaque_auth *);
154 extern struct opaque_auth _null_auth;
H A Drpc_msg.h89 struct opaque_auth ar_verf;
143 struct opaque_auth cb_cred;
144 struct opaque_auth cb_verf; /* protocol specific - provided by client */
H A Dsvc.h100 struct opaque_auth xp_verf; /* raw response verifier */
156 struct opaque_auth rq_cred; /* raw creds from the wire */
H A Dauth_unix.h81 struct opaque_auth new_cred;
H A Drpc.h102 extern bool_t xdr_opaque_auth(XDR *, struct opaque_auth *);
/openbsd/lib/libc/rpc/
H A Dauth_unix.c60 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()
H A Dauth_none.c52 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()
H A Drpc_commondata.c39 struct opaque_auth _null_auth;
H A Drpc_prot.c54 xdr_opaque_auth(XDR *xdrs, struct opaque_auth *ap) in xdr_opaque_auth()
H A Drpc_callmsg.c46 struct opaque_auth *oa; in xdr_callmsg()