/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | auth_none.c | 50 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 D | auth_sys.c | 58 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 D | rpc_callmsg.c | 43 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 D | clnt_raw.c | 64 extern bool_t xdr_opaque_auth(); 207 xdr_free(xdr_opaque_auth, in clnt_raw_call()
|
H A D | rpc_prot.c | 58 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 D | clnt_door.c | 50 extern bool_t xdr_opaque_auth(XDR *, struct opaque_auth *); 259 (void) xdr_opaque_auth(&xdrs, in clnt_door_call()
|
H A D | clnt_dg.c | 65 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 D | auth_unix.c | 174 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 D | auth_none.c | 72 (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 D | rpc.c | 404 (void) xdr_opaque_auth( in brpc_call()
|
H A D | clnt_btcp.c | 382 (void) xdr_opaque_auth(xdrs, in clntbtcp_call()
|
H A D | clnt_budp.c | 378 (void) xdr_opaque_auth(xdrs, in clntbudp_call()
|
/illumos-gate/usr/src/uts/common/rpc/sec/ |
H A D | auth_none.c | 123 if ((xdr_opaque_auth(xdrs, &(auth->ah_cred))) && in authnone_marshal() 124 (xdr_opaque_auth(xdrs, &(auth->ah_verf)))) in authnone_marshal()
|
H A D | auth_kern.c | 224 if ((xdr_opaque_auth(xdrs, &(auth->ah_cred))) && in authkern_marshal() 225 (xdr_opaque_auth(xdrs, &(auth->ah_verf)))) in authkern_marshal()
|
H A D | auth_loopb.c | 229 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 D | rpcsec_gss.c | 60 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 D | rpc_prot.c | 65 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 D | rpc_calmsg.c | 173 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 D | auth.h | 480 extern bool_t xdr_opaque_auth(XDR *, struct opaque_auth *);
|
/illumos-gate/usr/src/ucblib/librpcsoc/ |
H A D | clnt_tcp.c | 78 extern bool_t xdr_opaque_auth(XDR *, struct opaque_auth *); 302 (void) xdr_opaque_auth(xdrs, in clnttcp_call()
|
H A D | clnt_udp.c | 67 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 D | rpcsec_gss.c | 935 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 D | nfs_dump.c | 461 (void) xdr_opaque_auth(xdrp, &(reply_msg.acpted_rply.ar_verf)); in nd_get_reply()
|
/illumos-gate/usr/src/man/man3nsl/ |
H A D | Makefile | 282 xdr_opaque_auth.3nsl \ 491 xdr_opaque_auth.3nsl := LINKSRC = rpc_xdr.3nsl
|
/illumos-gate/usr/src/uts/common/idmap/ |
H A D | idmap_kapi.c | 1443 !xdr_opaque_auth(&xdr_ctx, &_null_auth) || in kidmap_rpc_call() 1444 !xdr_opaque_auth(&xdr_ctx, &_null_auth) || in kidmap_rpc_call()
|