Home
last modified time | relevance | path

Searched refs:xdr_opaque_auth (Results 1 – 25 of 28) sorted by relevance

12

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dauth_none.c50 extern bool_t xdr_opaque_auth(XDR *, struct opaque_auth *);
87 (void) xdr_opaque_auth(xdrs, &ap->no_client.ah_cred); in authnone_create()
88 (void) xdr_opaque_auth(xdrs, &ap->no_client.ah_verf); in authnone_create()
H A Dauth_sys.c58 extern bool_t xdr_opaque_auth(XDR *, struct opaque_auth *);
268 if (xdr_opaque_auth(&xdrs, &au->au_shcred)) { in authsys_validate()
272 (void) xdr_opaque_auth(&xdrs, &au->au_shcred); in authsys_validate()
354 if ((!xdr_opaque_auth(xdrs, &(auth->ah_cred))) || in marshal_new_auth()
355 (!xdr_opaque_auth(xdrs, &(auth->ah_verf)))) { in marshal_new_auth()
H A Drpc_callmsg.c43 extern bool_t xdr_opaque_auth(XDR *, struct opaque_auth *);
189 xdr_opaque_auth(xdrs, &(cmsg->rm_call.cb_cred))) { in xdr_callmsg()
190 return (xdr_opaque_auth(xdrs, &(cmsg->rm_call.cb_verf))); in xdr_callmsg()
H A Dclnt_raw.c64 extern bool_t xdr_opaque_auth();
207 xdr_free(xdr_opaque_auth, in clnt_raw_call()
H A Drpc_prot.c58 xdr_opaque_auth(XDR *xdrs, struct opaque_auth *ap) in xdr_opaque_auth() function
84 if (!xdr_opaque_auth(xdrs, &(ar->ar_verf))) in xdr_accepted_reply()
H A Dclnt_door.c50 extern bool_t xdr_opaque_auth(XDR *, struct opaque_auth *);
259 (void) xdr_opaque_auth(&xdrs, in clnt_door_call()
H A Dclnt_dg.c65 extern bool_t xdr_opaque_auth(XDR *, struct opaque_auth *);
609 (void) xdr_opaque_auth(xdrs, in clnt_dg_call()
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dauth_unix.c174 if (xdr_opaque_auth(&xdrs, &au->au_shcred)) { in authunix_validate()
178 (void) xdr_opaque_auth(&xdrs, &au->au_shcred); in authunix_validate()
254 if ((!xdr_opaque_auth(xdrs, &(auth->ah_cred))) || in marshal_new_auth()
255 (!xdr_opaque_auth(xdrs, &(auth->ah_verf)))) { in marshal_new_auth()
H A Dauth_none.c72 (void) xdr_opaque_auth(xdrs, &ap->no_client.ah_cred); in authnone_create()
73 (void) xdr_opaque_auth(xdrs, &ap->no_client.ah_verf); in authnone_create()
H A Drpc.c404 (void) xdr_opaque_auth( in brpc_call()
H A Dclnt_btcp.c382 (void) xdr_opaque_auth(xdrs, in clntbtcp_call()
H A Dclnt_budp.c378 (void) xdr_opaque_auth(xdrs, in clntbudp_call()
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dauth_none.c123 if ((xdr_opaque_auth(xdrs, &(auth->ah_cred))) && in authnone_marshal()
124 (xdr_opaque_auth(xdrs, &(auth->ah_verf)))) in authnone_marshal()
H A Dauth_kern.c224 if ((xdr_opaque_auth(xdrs, &(auth->ah_cred))) && in authkern_marshal()
225 (xdr_opaque_auth(xdrs, &(auth->ah_verf)))) in authkern_marshal()
H A Dauth_loopb.c229 if ((xdr_opaque_auth(xdrs, &(auth->ah_cred))) && in authloopback_marshal()
230 (xdr_opaque_auth(xdrs, &(auth->ah_verf)))) in authloopback_marshal()
/illumos-gate/usr/src/lib/rpcsec_gss/
H A Drpcsec_gss.c60 extern bool_t xdr_opaque_auth(XDR *, struct opaque_auth *);
501 if (!xdr_opaque_auth(xdrs, &creds))
531 return (xdr_opaque_auth(xdrs, &verf));
546 ret = xdr_opaque_auth(xdrs, &verf);
568 if (!xdr_opaque_auth(xdrs, &auth->ah_cred) ||
569 !xdr_opaque_auth(xdrs, &auth->ah_verf))
/illumos-gate/usr/src/uts/common/rpc/
H A Drpc_prot.c65 xdr_opaque_auth(XDR *xdrs, struct opaque_auth *ap) in xdr_opaque_auth() function
92 if (!xdr_opaque_auth(xdrs, &(ar->ar_verf))) in xdr_accepted_reply()
295 xdr_opaque_auth(xdrs, &rmsg->rm_reply.rp_acpt.ar_verf) && in xdr_replymsg_hdr()
445 return (xdr_opaque_auth(xdrs, &(msg->acpted_rply.ar_verf))); in xdr_rpc_free_verifier()
H A Drpc_calmsg.c173 xdr_opaque_auth(xdrs, &(cmsg->rm_call.cb_cred))) in xdr_callmsg()
174 return (xdr_opaque_auth(xdrs, &(cmsg->rm_call.cb_verf))); in xdr_callmsg()
H A Dauth.h480 extern bool_t xdr_opaque_auth(XDR *, struct opaque_auth *);
/illumos-gate/usr/src/ucblib/librpcsoc/
H A Dclnt_tcp.c78 extern bool_t xdr_opaque_auth(XDR *, struct opaque_auth *);
302 (void) xdr_opaque_auth(xdrs, in clnttcp_call()
H A Dclnt_udp.c67 extern bool_t xdr_opaque_auth(XDR *, struct opaque_auth *);
413 (void) xdr_opaque_auth(xdrs,
/illumos-gate/usr/src/uts/common/rpc/sec_gss/
H A Drpcsec_gss.c935 if (!xdr_opaque_auth(xdrs, &creds)) {
968 return (xdr_opaque_auth(xdrs, &verf));
986 ret = xdr_opaque_auth(xdrs, &verf);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dump.c461 (void) xdr_opaque_auth(xdrp, &(reply_msg.acpted_rply.ar_verf)); in nd_get_reply()
/illumos-gate/usr/src/man/man3nsl/
H A DMakefile282 xdr_opaque_auth.3nsl \
491 xdr_opaque_auth.3nsl := LINKSRC = rpc_xdr.3nsl
/illumos-gate/usr/src/uts/common/idmap/
H A Didmap_kapi.c1443 !xdr_opaque_auth(&xdr_ctx, &_null_auth) || in kidmap_rpc_call()
1444 !xdr_opaque_auth(&xdr_ctx, &_null_auth) || in kidmap_rpc_call()

12