Home
last modified time | relevance | path

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

/freebsd/lib/libc/rpc/
H A Dauth_none.c63 extern bool_t xdr_opaque_auth(XDR *, struct opaque_auth *);
95 (void)xdr_opaque_auth(xdrs, &ap->no_client.ah_cred); in authnone_create()
96 (void)xdr_opaque_auth(xdrs, &ap->no_client.ah_verf); in authnone_create()
H A Dauth_unix.c247 if (xdr_opaque_auth(&xdrs, &au->au_shcred)) { in authunix_validate()
251 (void)xdr_opaque_auth(&xdrs, &au->au_shcred); in authunix_validate()
340 if ((! xdr_opaque_auth(xdrs, &(auth->ah_cred))) || in marshal_new_auth()
341 (! xdr_opaque_auth(xdrs, &(auth->ah_verf)))) in marshal_new_auth()
H A Drpc_callmsg.c196 xdr_opaque_auth(xdrs, &(cmsg->rm_call.cb_cred)) ) in xdr_callmsg()
197 return (xdr_opaque_auth(xdrs, &(cmsg->rm_call.cb_verf))); in xdr_callmsg()
H A Drpc_prot.c66 xdr_opaque_auth(XDR *xdrs, struct opaque_auth *ap) in xdr_opaque_auth() function
107 if (! xdr_opaque_auth(xdrs, &(ar->ar_verf))) in xdr_accepted_reply()
H A DSymbol.map113 xdr_opaque_auth;
H A Dclnt_raw.c221 (void)xdr_opaque_auth(xdrs, &(msg.acpted_rply.ar_verf)); in clnt_raw_call()
H A Dclnt_dg.c574 (void) xdr_opaque_auth(xdrs, in clnt_dg_call()
H A Dclnt_vc.c438 (void)xdr_opaque_auth(xdrs, in clnt_vc_call()
/freebsd/sys/rpc/
H A Dauth_unix.c277 if (xdr_opaque_auth(&txdrs, &au->au_shcred)) { in authunix_validate()
281 (void)xdr_opaque_auth(&txdrs, &au->au_shcred); in authunix_validate()
366 if ((! xdr_opaque_auth(xdrs, &(auth->ah_cred))) || in marshal_new_auth()
367 (! xdr_opaque_auth(xdrs, &(auth->ah_verf)))) in marshal_new_auth()
H A Dauth_none.c92 xdr_opaque_auth(&xdrs, &ap->no_client.ah_cred); in authnone_init()
93 xdr_opaque_auth(&xdrs, &ap->no_client.ah_verf); in authnone_init()
H A Drpc_callmsg.c192 xdr_opaque_auth(xdrs, &(cmsg->rm_call.cb_cred)) ) in xdr_callmsg()
193 return (xdr_opaque_auth(xdrs, &(cmsg->rm_call.cb_verf))); in xdr_callmsg()
H A Drpc_prot.c72 xdr_opaque_auth(XDR *xdrs, struct opaque_auth *ap) in xdr_opaque_auth() function
100 if (! xdr_opaque_auth(xdrs, &(ar->ar_verf))) in xdr_accepted_reply()
H A Dauth.h264 extern bool_t xdr_opaque_auth (XDR *, struct opaque_auth *);
/freebsd/sys/rpc/rpcsec_tls/
H A Dauth_tls.c101 xdr_opaque_auth(&xdrs, &ap->no_client.ah_cred); in authtls_init()
102 xdr_opaque_auth(&xdrs, &ap->no_client.ah_verf); in authtls_init()
/freebsd/lib/libc/xdr/
H A DMakefile.inc14 rpc_xdr.3 xdr_opaque_auth.3 \
/freebsd/lib/librpcsec_gss/
H A Drpcsec_gss.c601 !xdr_opaque_auth(&tmpxdrs, &creds)) { in __rpc_gss_wrap()
616 if (!xdr_opaque_auth(xdrs, &_null_auth)) { in __rpc_gss_wrap()
645 xdr_stat = xdr_opaque_auth(xdrs, &verf); in __rpc_gss_wrap()
/freebsd/include/rpc/
H A Dauth.h267 extern bool_t xdr_opaque_auth (XDR *, struct opaque_auth *);
/freebsd/sys/rpc/rpcsec_gss/
H A Drpcsec_gss.c542 xdr_opaque_auth(xdrs, &creds); in rpc_gss_marshal()
546 if (!xdr_opaque_auth(xdrs, &_null_auth)) { in rpc_gss_marshal()
590 xdr_stat = xdr_opaque_auth(xdrs, &verf); in rpc_gss_marshal()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt3353 fun:xdr_opaque_auth=uninstrumented