Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/uts/common/rpc/
H A Dauth.h186 struct opaque_auth { struct
197 struct opaque_auth ah_cred; argument
198 struct opaque_auth ah_verf;
210 struct opaque_auth *);
315 extern struct opaque_auth _null_auth;
480 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 Drpc_prot.c58 struct opaque_auth _null_auth;
65 xdr_opaque_auth(XDR *xdrs, struct opaque_auth *ap) in xdr_opaque_auth()
145 struct opaque_auth *oa; in xdr_replymsg()
260 struct opaque_auth *oa; in xdr_replymsg_hdr()
H A Dauth_sys.h110 struct opaque_auth new_cred;
H A Dsvc.h110 struct opaque_auth rq_cred; /* raw creds from the wire */
471 struct opaque_auth xp_verf; /* raw response verifier */
500 struct opaque_auth xp_verf; /* raw response verifier */
H A Drpc_calmsg.c57 struct opaque_auth *oa; in xdr_callmsg()
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dauth_none.c39 static bool_t authnone_validate(AUTH *, struct opaque_auth *);
132 authnone_validate(AUTH *auth, struct opaque_auth *verf) in authnone_validate()
H A Dauth_kern.c65 static bool_t authkern_validate(AUTH *, struct opaque_auth *);
239 authkern_validate(AUTH *auth, struct opaque_auth *verf) in authkern_validate()
H A Dauth_loopb.c66 static bool_t authloopback_validate(AUTH *, struct opaque_auth *);
244 authloopback_validate(AUTH *auth, struct opaque_auth *verf) in authloopback_validate()
H A Dauth_des.c70 static bool_t authdes_validate(AUTH *, struct opaque_auth *);
314 authdes_validate(AUTH *auth, struct opaque_auth *rverf) in authdes_validate()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dauth_sys.c58 extern bool_t xdr_opaque_auth(XDR *, struct opaque_auth *);
66 struct opaque_auth au_origcred; /* original credentials */
67 struct opaque_auth au_shcred; /* short hand cred */
253 authsys_validate(AUTH *auth, struct opaque_auth *verf) in authsys_validate()
H A Dauth_none.c50 extern bool_t xdr_opaque_auth(XDR *, struct opaque_auth *);
125 authnone_validate(AUTH *client, struct opaque_auth *opaque) in authnone_validate()
H A Drpc_comdata.c43 struct opaque_auth _null_auth;
H A Drpc_callmsg.c43 extern bool_t xdr_opaque_auth(XDR *, struct opaque_auth *);
52 struct opaque_auth *oa; in xdr_callmsg()
H A Drpc_prot.c58 xdr_opaque_auth(XDR *xdrs, struct opaque_auth *ap) in xdr_opaque_auth()
129 struct opaque_auth *oa; in xdr_replymsg()
H A Dauth_des.c340 authdes_validate(AUTH *auth, struct opaque_auth *rverf) in authdes_validate()
H A Dclnt_door.c50 extern bool_t xdr_opaque_auth(XDR *, struct opaque_auth *);
/illumos-gate/usr/src/lib/rpcsec_gss/
H A Drpcsec_gss.c58 extern bool_t xdr_opaque_auth(XDR *, struct opaque_auth *);
89 struct opaque_auth *verifier; /* rpc reply verifier saved for */
456 struct opaque_auth creds;
504 struct opaque_auth verf;
590 struct opaque_auth *verf;
606 ap->verifier = malloc(sizeof (struct opaque_auth));
607 memset(ap->verifier, 0, sizeof (struct opaque_auth));
H A Dsvc_rpcsec_gss.c553 struct opaque_auth *cred; in __svcrpcsec_gss()
1067 struct opaque_auth *oa; in check_verf()
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dauth_unix.c63 struct opaque_auth au_origcred; /* original credentials */
64 struct opaque_auth au_shcred; /* short hand cred */
162 authunix_validate(AUTH *auth, struct opaque_auth *verf) in authunix_validate()
H A Dauth_inet.h36 extern struct opaque_auth _null_auth;
H A Dauth_none.c100 authnone_validate(AUTH *foo, struct opaque_auth *bar) in authnone_validate()
/illumos-gate/usr/src/uts/common/rpc/sec_gss/
H A Drpcsec_gss.c96 struct opaque_auth *verifier; /* rpc reply verifier saved for */
889 struct opaque_auth creds;
942 struct opaque_auth verf;
1019 struct opaque_auth *verf;
1034 ap->verifier = kmem_zalloc(sizeof (struct opaque_auth),
1267 kmem_free(ap->verifier, sizeof (struct opaque_auth));
1361 xdr_buf_len = buflen + cred_buf_len + sizeof (struct opaque_auth) +
/illumos-gate/usr/src/ucblib/librpcsoc/
H A Dclnt_tcp.c78 extern bool_t xdr_opaque_auth(XDR *, struct opaque_auth *);
H A Dclnt_udp.c67 extern bool_t xdr_opaque_auth(XDR *, struct opaque_auth *);

12