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

/freebsd-12-stable/lib/libc/rpc/
H A Drpc_commondata.c47 struct opaque_auth _null_auth;
H A Dauth_none.c66 static bool_t authnone_validate (AUTH *, struct opaque_auth *);
70 extern bool_t xdr_opaque_auth(XDR *, struct opaque_auth *);
140 authnone_validate(AUTH *client, struct opaque_auth *opaque)
H A Dauth_unix.c73 static bool_t authunix_validate (AUTH *, struct opaque_auth *);
83 struct opaque_auth au_origcred; /* original credentials */
84 struct opaque_auth au_shcred; /* short hand cred */
236 authunix_validate(AUTH *auth, struct opaque_auth *verf)
H A Drpc_prot.c66 extern struct opaque_auth _null_auth;
73 xdr_opaque_auth(XDR *xdrs, struct opaque_auth *ap)
H A Dauth_des.c84 static bool_t authdes_validate(AUTH *, struct opaque_auth *);
366 authdes_validate(AUTH *auth, struct opaque_auth *rverf)
H A Drpc_callmsg.c63 struct opaque_auth *oa;
/freebsd-12-stable/include/rpc/
H A Dauth_unix.h82 struct opaque_auth new_cred;
H A Dauth.h171 struct opaque_auth { struct
182 struct opaque_auth ah_cred;
183 struct opaque_auth ah_verf;
191 struct opaque_auth *);
207 * struct opaque_auth verf;
236 extern struct opaque_auth _null_auth;
272 extern bool_t xdr_opaque_auth (XDR *, struct opaque_auth *);
H A Drpc_msg.h90 struct opaque_auth ar_verf;
144 struct opaque_auth cb_cred;
145 struct opaque_auth cb_verf; /* protocol specific - provided by client */
H A Dsvc.h124 struct opaque_auth xp_verf; /* raw response verifier */
159 struct opaque_auth rq_cred; /* raw creds from the wire */
/freebsd-12-stable/sys/rpc/
H A Dauth.h171 struct opaque_auth { struct
183 struct opaque_auth ah_cred;
184 struct opaque_auth ah_verf;
193 struct opaque_auth *, struct mbuf **);
209 * struct opaque_auth verf;
227 extern struct opaque_auth _null_auth;
268 extern bool_t xdr_opaque_auth (XDR *, struct opaque_auth *);
H A Drpc_msg.h90 struct opaque_auth ar_verf;
144 struct opaque_auth cb_cred;
145 struct opaque_auth cb_verf; /* protocol specific - provided by client */
H A Dauth_none.c68 static bool_t authnone_validate (AUTH *, uint32_t, struct opaque_auth *,
138 authnone_validate(AUTH *client, uint32_t xid, struct opaque_auth *opaque,
H A Dauth_unix.c73 static bool_t authunix_validate (AUTH *, uint32_t, struct opaque_auth *,
95 struct opaque_auth au_origcred; /* original credentials */
96 struct opaque_auth au_shcred; /* short hand cred */
266 authunix_validate(AUTH *auth, uint32_t xid, struct opaque_auth *verf,
H A Dsvc.h190 struct opaque_auth xp_verf; /* raw response verifier */
265 struct opaque_auth rq_cred; /* raw creds from the wire */
266 struct opaque_auth rq_verf; /* verifier for the reply */
400 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.c61 struct opaque_auth *oa;
/freebsd-12-stable/lib/librpcsec_gss/
H A Drpcsec_gss.c83 static bool_t rpc_gss_validate(AUTH *, struct opaque_auth *);
270 rpc_gss_validate(AUTH *auth, struct opaque_auth *verf)
572 struct opaque_auth creds, verf;
H A Dsvc_rpcsec_gss.c752 struct opaque_auth *oa;
/freebsd-12-stable/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-12-stable/sys/rpc/rpcsec_gss/
H A Drpcsec_gss.c95 static bool_t rpc_gss_validate(AUTH *, uint32_t, struct opaque_auth *,
521 struct opaque_auth creds, verf;
618 rpc_gss_validate(AUTH *auth, uint32_t xid, struct opaque_auth *verf,
H A Dsvc_rpcsec_gss.c1023 struct opaque_auth *oa;
/freebsd-12-stable/contrib/amd/include/
H A Dam_defs.h1581 extern bool_t xdr_opaque_auth(XDR *xdrs, struct opaque_auth *auth);

Completed in 117 milliseconds