/illumos-gate/usr/src/uts/common/rpc/sec/ |
H A D | auth_none.c | 123 if ((xdr_opaque_auth(xdrs, &(auth->ah_cred))) && 124 (xdr_opaque_auth(xdrs, &(auth->ah_verf))))
|
H A D | auth_kern.c | 188 if ((xdr_opaque_auth(xdrs, &(auth->ah_cred))) && 189 (xdr_opaque_auth(xdrs, &(auth->ah_verf))))
|
H A D | auth_loopb.c | 191 if ((xdr_opaque_auth(xdrs, &(auth->ah_cred))) && 192 (xdr_opaque_auth(xdrs, &(auth->ah_verf))))
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | auth_none.c | 52 extern bool_t xdr_opaque_auth(XDR *, struct opaque_auth *); 89 (void) xdr_opaque_auth(xdrs, &ap->no_client.ah_cred); 90 (void) xdr_opaque_auth(xdrs, &ap->no_client.ah_verf);
|
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)) { 272 (void) xdr_opaque_auth(&xdrs, &au->au_shcred); 354 if ((!xdr_opaque_auth(xdrs, &(auth->ah_cred))) || 355 (!xdr_opaque_auth(xdrs, &(auth->ah_verf)))) {
|
H A D | rpc_callmsg.c | 45 extern bool_t xdr_opaque_auth(XDR *, struct opaque_auth *); 188 xdr_opaque_auth(xdrs, &(cmsg->rm_call.cb_cred))) { 189 return (xdr_opaque_auth(xdrs, &(cmsg->rm_call.cb_verf)));
|
H A D | clnt_raw.c | 72 extern bool_t xdr_opaque_auth(); 219 (void) xdr_opaque_auth(xdrs,
|
H A D | rpc_prot.c | 62 xdr_opaque_auth(XDR *xdrs, struct opaque_auth *ap) function 88 if (!xdr_opaque_auth(xdrs, &(ar->ar_verf)))
|
H A D | clnt_door.c | 50 extern bool_t xdr_opaque_auth(XDR *, struct opaque_auth *); 259 (void) xdr_opaque_auth(&xdrs,
|
H A D | clnt_dg.c | 64 extern bool_t xdr_opaque_auth(XDR *, struct opaque_auth *); 608 (void) xdr_opaque_auth(xdrs,
|
/illumos-gate/usr/src/stand/lib/fs/nfs/ |
H A D | auth_none.c | 72 (void) xdr_opaque_auth(xdrs, &ap->no_client.ah_cred); 73 (void) xdr_opaque_auth(xdrs, &ap->no_client.ah_verf);
|
H A D | auth_unix.c | 184 if (xdr_opaque_auth(&xdrs, &au->au_shcred)) { 188 (void) xdr_opaque_auth(&xdrs, &au->au_shcred); 264 if ((!xdr_opaque_auth(xdrs, &(auth->ah_cred))) || 265 (!xdr_opaque_auth(xdrs, &(auth->ah_verf)))) {
|
H A D | rpc.c | 406 (void) xdr_opaque_auth(
|
H A D | clnt_btcp.c | 384 (void) xdr_opaque_auth(xdrs,
|
H A D | clnt_budp.c | 395 (void) xdr_opaque_auth(xdrs,
|
/illumos-gate/usr/src/lib/rpcsec_gss/ |
H A D | rpcsec_gss.c | 60 extern bool_t xdr_opaque_auth(XDR *, struct opaque_auth *); 488 if (!xdr_opaque_auth(xdrs, &creds)) 518 return (xdr_opaque_auth(xdrs, &verf)); 533 ret = xdr_opaque_auth(xdrs, &verf); 555 if (!xdr_opaque_auth(xdrs, &auth->ah_cred) || 556 !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) function 92 if (!xdr_opaque_auth(xdrs, &(ar->ar_verf))) 295 xdr_opaque_auth(xdrs, &rmsg->rm_reply.rp_acpt.ar_verf) && 445 return (xdr_opaque_auth(xdrs, &(msg->acpted_rply.ar_verf)));
|
H A D | rpc_calmsg.c | 164 xdr_opaque_auth(xdrs, &(cmsg->rm_call.cb_cred))) 165 return (xdr_opaque_auth(xdrs, &(cmsg->rm_call.cb_verf)));
|
H A D | auth.h | 466 extern bool_t xdr_opaque_auth(XDR *, struct opaque_auth *);
|
/illumos-gate/usr/src/ucblib/librpcsoc/ |
H A D | clnt_tcp.c | 80 extern bool_t xdr_opaque_auth(XDR *, struct opaque_auth *); 311 (void) xdr_opaque_auth(xdrs,
|
H A D | clnt_udp.c | 69 extern bool_t xdr_opaque_auth(XDR *, struct opaque_auth *); 415 (void) xdr_opaque_auth(xdrs,
|
/illumos-gate/usr/src/uts/common/rpc/sec_gss/ |
H A D | rpcsec_gss.c | 917 if (!xdr_opaque_auth(xdrs, &creds)) { 950 return (xdr_opaque_auth(xdrs, &verf)); 968 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));
|
/illumos-gate/usr/src/man/man3nsl/ |
H A D | Makefile | 281 xdr_opaque_auth.3nsl \ 489 xdr_opaque_auth.3nsl := LINKSRC = rpc_xdr.3nsl
|
/illumos-gate/usr/src/uts/common/idmap/ |
H A D | idmap_kapi.c | 1436 !xdr_opaque_auth(&xdr_ctx, &_null_auth) || 1437 !xdr_opaque_auth(&xdr_ctx, &_null_auth) ||
|