Searched refs:opaque_auth (Results 1 - 23 of 23) sorted by relevance

/freebsd-10.3-release/lib/libc/rpc/
H A Drpc_commondata.c45 struct opaque_auth _null_auth;
H A Dauth_none.c64 static bool_t authnone_validate (AUTH *, struct opaque_auth *);
138 authnone_validate(AUTH *client, struct opaque_auth *opaque)
H A Dauth_unix.c71 static bool_t authunix_validate (AUTH *, struct opaque_auth *);
81 struct opaque_auth au_origcred; /* original credentials */
82 struct opaque_auth au_shcred; /* short hand cred */
244 struct opaque_auth *verf;
H A Drpc_prot.c64 extern struct opaque_auth _null_auth;
73 struct opaque_auth *ap;
H A Dauth_des.c82 static bool_t authdes_validate(AUTH *, struct opaque_auth *);
364 authdes_validate(AUTH *auth, struct opaque_auth *rverf)
H A Drpc_callmsg.c63 struct opaque_auth *oa;
/freebsd-10.3-release/include/rpc/
H A Dauth_unix.h80 struct opaque_auth new_cred;
H A Dauth.h169 struct opaque_auth { struct
180 struct opaque_auth ah_cred;
181 struct opaque_auth ah_verf;
189 struct opaque_auth *);
205 * struct opaque_auth verf;
234 extern struct opaque_auth _null_auth;
270 extern bool_t xdr_opaque_auth (XDR *, struct opaque_auth *);
H A 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 */
H A Dsvc.h121 struct opaque_auth xp_verf; /* raw response verifier */
156 struct opaque_auth rq_cred; /* raw creds from the wire */
/freebsd-10.3-release/sys/rpc/
H A Dauth.h169 struct opaque_auth { struct
181 struct opaque_auth ah_cred;
182 struct opaque_auth ah_verf;
191 struct opaque_auth *, struct mbuf **);
207 * struct opaque_auth verf;
225 extern struct opaque_auth _null_auth;
266 extern bool_t xdr_opaque_auth (XDR *, struct opaque_auth *);
H A 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 */
H A Dauth_none.c66 static bool_t authnone_validate (AUTH *, uint32_t, struct opaque_auth *,
136 authnone_validate(AUTH *client, uint32_t xid, struct opaque_auth *opaque,
H A Dauth_unix.c71 static bool_t authunix_validate (AUTH *, uint32_t, struct opaque_auth *,
93 struct opaque_auth au_origcred; /* original credentials */
94 struct opaque_auth au_shcred; /* short hand cred */
264 authunix_validate(AUTH *auth, uint32_t xid, struct opaque_auth *verf,
H A Dsvc.h188 struct opaque_auth xp_verf; /* raw response verifier */
263 struct opaque_auth rq_cred; /* raw creds from the wire */
264 struct opaque_auth rq_verf; /* verifier for the reply */
398 struct opaque_auth rq_cred; /* raw creds from the wire */
H A Drpc_prot.c71 struct opaque_auth _null_auth;
78 xdr_opaque_auth(XDR *xdrs, struct opaque_auth *ap)
H A Drpc_callmsg.c59 struct opaque_auth *oa;
/freebsd-10.3-release/lib/librpcsec_gss/
H A Drpcsec_gss.c81 static bool_t rpc_gss_validate(AUTH *, struct opaque_auth *);
268 rpc_gss_validate(AUTH *auth, struct opaque_auth *verf)
570 struct opaque_auth creds, verf;
H A Dsvc_rpcsec_gss.c755 struct opaque_auth *oa;
/freebsd-10.3-release/crypto/heimdal/kadmin/
H A Drpc.c67 struct opaque_auth { struct
78 struct opaque_auth cred;
79 struct opaque_auth verf;
288 ret_auth_opaque(krb5_storage *msg, struct opaque_auth *ao)
/freebsd-10.3-release/sys/rpc/rpcsec_gss/
H A Drpcsec_gss.c93 static bool_t rpc_gss_validate(AUTH *, uint32_t, struct opaque_auth *,
519 struct opaque_auth creds, verf;
616 rpc_gss_validate(AUTH *auth, uint32_t xid, struct opaque_auth *verf,
H A Dsvc_rpcsec_gss.c986 struct opaque_auth *oa;
/freebsd-10.3-release/contrib/amd/include/
H A Dam_defs.h1569 extern bool_t xdr_opaque_auth(XDR *xdrs, struct opaque_auth *auth);

Completed in 199 milliseconds