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

12

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpc_comdata.c45 struct opaque_auth _null_auth;
H A Dauth_none.c52 extern bool_t xdr_opaque_auth(XDR *, struct opaque_auth *);
127 authnone_validate(AUTH *client, struct opaque_auth *opaque)
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)
H A Drpc_prot.c55 struct opaque_auth _null_auth;
62 xdr_opaque_auth(XDR *xdrs, struct opaque_auth *ap)
133 struct opaque_auth *oa;
H A Drpc_callmsg.c45 extern bool_t xdr_opaque_auth(XDR *, struct opaque_auth *);
54 struct opaque_auth *oa;
H A Dauth_des.c342 authdes_validate(AUTH *auth, struct opaque_auth *rverf)
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dauth_inet.h36 extern struct opaque_auth _null_auth;
H A Dauth_none.c100 authnone_validate(AUTH *foo, struct opaque_auth *bar)
H A Dauth_unix.c65 struct opaque_auth au_origcred; /* original credentials */
66 struct opaque_auth au_shcred; /* short hand cred */
172 authunix_validate(AUTH *auth, struct opaque_auth *verf)
/illumos-gate/usr/src/lib/libbc/inc/include/rpc/
H A Dauth_unix.h66 struct opaque_auth new_cred;
H A Dauth.h78 struct opaque_auth { struct
89 struct opaque_auth ah_cred;
90 struct opaque_auth ah_verf;
109 * struct opaque_auth verf;
137 extern struct opaque_auth _null_auth;
H A Drpc_msg.h76 struct opaque_auth ar_verf;
130 struct opaque_auth cb_cred;
131 struct opaque_auth cb_verf; /* protocol specific - provided by client */
H A Dsvc.h80 struct opaque_auth xp_verf; /* raw response verifier */
137 struct opaque_auth rq_cred; /* raw creds from the wire */
/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)
H A Dauth_kern.c65 static bool_t authkern_validate(AUTH *, struct opaque_auth *);
123 struct opaque_auth *cred;
200 authkern_validate(AUTH *auth, struct opaque_auth *verf)
H A Dauth_loopb.c68 static bool_t authloopback_validate(AUTH *, struct opaque_auth *);
127 struct opaque_auth *cred;
203 authloopback_validate(AUTH *auth, struct opaque_auth *verf)
H A Dauth_des.c72 static bool_t authdes_validate(AUTH *, struct opaque_auth *);
316 authdes_validate(AUTH *auth, struct opaque_auth *rverf)
/illumos-gate/usr/src/uts/common/rpc/
H A Drpc_msg.h92 struct opaque_auth ar_verf;
146 struct opaque_auth cb_cred;
147 struct opaque_auth cb_verf; /* protocol specific - provided by client */
H A Dauth.h172 struct opaque_auth { struct
183 struct opaque_auth ah_cred;
184 struct opaque_auth ah_verf;
196 struct opaque_auth *);
237 * struct opaque_auth verf;
301 extern struct opaque_auth _null_auth;
466 extern bool_t xdr_opaque_auth(XDR *, struct opaque_auth *);
H A Dauth_sys.h103 struct opaque_auth new_cred;
H A Drpc_prot.c58 struct opaque_auth _null_auth;
65 xdr_opaque_auth(XDR *xdrs, struct opaque_auth *ap)
145 struct opaque_auth *oa;
260 struct opaque_auth *oa;
H A Dsvc.h108 struct opaque_auth rq_cred; /* raw creds from the wire */
465 struct opaque_auth xp_verf; /* raw response verifier */
494 struct opaque_auth xp_verf; /* raw response verifier */
H A Drpc_calmsg.c59 struct opaque_auth *oa;
/illumos-gate/usr/src/lib/rpcsec_gss/
H A Drpcsec_gss.c60 extern bool_t xdr_opaque_auth(XDR *, struct opaque_auth *);
91 struct opaque_auth *verifier; /* rpc reply verifier saved for */
458 struct opaque_auth creds;
506 struct opaque_auth verf;
592 struct opaque_auth *verf;
608 ap->verifier = malloc(sizeof (struct opaque_auth));
609 memset(ap->verifier, 0, sizeof (struct opaque_auth));
/illumos-gate/usr/src/uts/common/rpc/sec_gss/
H A Drpcsec_gss.c92 struct opaque_auth *verifier; /* rpc reply verifier saved for */
885 struct opaque_auth creds;
938 struct opaque_auth verf;
1015 struct opaque_auth *verf;
1030 ap->verifier = kmem_zalloc(sizeof (struct opaque_auth),
1263 kmem_free(ap->verifier, sizeof (struct opaque_auth));
1357 xdr_buf_len = buflen + cred_buf_len + sizeof (struct opaque_auth) +

Completed in 394 milliseconds

12