Home
last modified time | relevance | path

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

/netbsd/src/include/rpc/
Dauth.h87 struct opaque_auth { struct
98 struct opaque_auth ah_cred; argument
99 struct opaque_auth ah_verf;
107 struct opaque_auth *);
151 extern struct opaque_auth _null_auth;
174 extern bool_t xdr_opaque_auth (XDR *, struct opaque_auth *);
Drpc_msg.h88 struct opaque_auth ar_verf;
142 struct opaque_auth cb_cred;
143 struct opaque_auth cb_verf; /* protocol specific - provided by client */
Dsvc.h119 struct opaque_auth xp_verf; /* raw response verifier */
133 struct opaque_auth rq_cred; /* raw creds from the wire */
Dauth_unix.h80 struct opaque_auth new_cred;
/netbsd/src/lib/libc/rpc/
Dauth_unix.c84 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) in authunix_validate()
Dauth_none.c73 static bool_t authnone_validate(AUTH *, struct opaque_auth *);
140 authnone_validate(AUTH *client, struct opaque_auth *auth) in authnone_validate()
Drpc_commondata.c50 struct opaque_auth _null_auth;
Drpc_callmsg.c72 struct opaque_auth *oa; in __weak_alias()
Drpc_prot.c84 xdr_opaque_auth(XDR *xdrs, struct opaque_auth *ap) in xdr_opaque_auth()
/netbsd/src/crypto/external/bsd/heimdal/dist/kadmin/
Drpc.c65 struct opaque_auth { struct
76 struct opaque_auth cred; argument
77 struct opaque_auth verf;
286 ret_auth_opaque(krb5_storage *msg, struct opaque_auth *ao) in ret_auth_opaque()
/netbsd/src/external/bsd/am-utils/dist/include/
Dam_defs.h1576 extern bool_t xdr_opaque_auth(XDR *xdrs, struct opaque_auth *auth);