Searched refs:xdr_opaque_auth (Results 1 - 18 of 18) sorted by relevance

/freebsd-10.3-release/lib/libc/rpc/
H A Dauth_none.c68 extern bool_t xdr_opaque_auth();
100 (void)xdr_opaque_auth(xdrs, &ap->no_client.ah_cred);
101 (void)xdr_opaque_auth(xdrs, &ap->no_client.ah_verf);
H A Dauth_unix.c262 if (xdr_opaque_auth(&xdrs, &au->au_shcred)) {
266 (void)xdr_opaque_auth(&xdrs, &au->au_shcred);
357 if ((! xdr_opaque_auth(xdrs, &(auth->ah_cred))) ||
358 (! xdr_opaque_auth(xdrs, &(auth->ah_verf))))
H A Drpc_callmsg.c203 xdr_opaque_auth(xdrs, &(cmsg->rm_call.cb_cred)) )
204 return (xdr_opaque_auth(xdrs, &(cmsg->rm_call.cb_verf)));
H A Drpc_prot.c71 xdr_opaque_auth(xdrs, ap) function
118 if (! xdr_opaque_auth(xdrs, &(ar->ar_verf)))
H A Dclnt_raw.c234 (void)xdr_opaque_auth(xdrs, &(msg.acpted_rply.ar_verf));
H A Dclnt_dg.c575 (void) xdr_opaque_auth(xdrs,
H A Dclnt_vc.c451 (void)xdr_opaque_auth(xdrs,
/freebsd-10.3-release/lib/libc/xdr/
H A DMakefile.inc17 rpc_xdr.3 xdr_opaque_auth.3 \
/freebsd-10.3-release/sys/rpc/
H A Dauth_none.c96 xdr_opaque_auth(&xdrs, &ap->no_client.ah_cred);
97 xdr_opaque_auth(&xdrs, &ap->no_client.ah_verf);
H A Dauth_unix.c283 if (xdr_opaque_auth(&txdrs, &au->au_shcred)) {
287 (void)xdr_opaque_auth(&txdrs, &au->au_shcred);
372 if ((! xdr_opaque_auth(xdrs, &(auth->ah_cred))) ||
373 (! xdr_opaque_auth(xdrs, &(auth->ah_verf))))
H A Drpc_callmsg.c196 xdr_opaque_auth(xdrs, &(cmsg->rm_call.cb_cred)) )
197 return (xdr_opaque_auth(xdrs, &(cmsg->rm_call.cb_verf)));
H A Drpc_prot.c78 xdr_opaque_auth(XDR *xdrs, struct opaque_auth *ap) function
106 if (! xdr_opaque_auth(xdrs, &(ar->ar_verf)))
H A Dauth.h266 extern bool_t xdr_opaque_auth (XDR *, struct opaque_auth *);
/freebsd-10.3-release/contrib/amd/libamu/
H A Dmisc_rpc.c115 (void) xdr_opaque_auth(&reply_xdr,
/freebsd-10.3-release/include/rpc/
H A Dauth.h270 extern bool_t xdr_opaque_auth (XDR *, struct opaque_auth *);
/freebsd-10.3-release/lib/librpcsec_gss/
H A Drpcsec_gss.c601 !xdr_opaque_auth(&tmpxdrs, &creds)) {
616 if (!xdr_opaque_auth(xdrs, &_null_auth)) {
645 xdr_stat = xdr_opaque_auth(xdrs, &verf);
/freebsd-10.3-release/sys/rpc/rpcsec_gss/
H A Drpcsec_gss.c543 xdr_opaque_auth(xdrs, &creds);
547 if (!xdr_opaque_auth(xdrs, &_null_auth)) {
592 xdr_stat = xdr_opaque_auth(xdrs, &verf);
/freebsd-10.3-release/contrib/amd/include/
H A Dam_defs.h1569 extern bool_t xdr_opaque_auth(XDR *xdrs, struct opaque_auth *auth);

Completed in 181 milliseconds