Searched refs:xdr_opaque_auth (Results 1 – 12 of 12) sorted by relevance
| /openbsd/src/lib/libc/rpc/ |
| D | auth_unix.c | 239 if (xdr_opaque_auth(&xdrs, &au->au_shcred)) { in authunix_validate() 243 (void)xdr_opaque_auth(&xdrs, &au->au_shcred); in authunix_validate() 324 if ((! xdr_opaque_auth(xdrs, &(auth->ah_cred))) || in marshal_new_auth() 325 (! xdr_opaque_auth(xdrs, &(auth->ah_verf)))) { in marshal_new_auth()
|
| D | rpc_prot.c | 54 xdr_opaque_auth(XDR *xdrs, struct opaque_auth *ap) in xdr_opaque_auth() function 62 DEF_WEAK(xdr_opaque_auth); 83 if (! xdr_opaque_auth(xdrs, &(ar->ar_verf))) in xdr_accepted_reply()
|
| D | auth_none.c | 89 (void)xdr_opaque_auth(xdrs, &ap->no_client.ah_cred); in authnone_create() 90 (void)xdr_opaque_auth(xdrs, &ap->no_client.ah_verf); in authnone_create()
|
| D | rpc_callmsg.c | 182 xdr_opaque_auth(xdrs, &(cmsg->rm_call.cb_cred)) ) in xdr_callmsg() 183 return (xdr_opaque_auth(xdrs, &(cmsg->rm_call.cb_verf))); in xdr_callmsg()
|
| D | clnt_raw.c | 203 (void)xdr_opaque_auth(xdrs, &(msg.acpted_rply.ar_verf)); in clntraw_call()
|
| D | clnt_tcp.c | 306 (void)xdr_opaque_auth(xdrs, &(reply_msg.acpted_rply.ar_verf)); in clnttcp_call()
|
| D | clnt_udp.c | 339 (void)xdr_opaque_auth(xdrs, in clntudp_call()
|
| /openbsd/src/lib/libc/hidden/rpc/ |
| D | rpc.h | 32 PROTO_NORMAL(xdr_opaque_auth);
|
| /openbsd/src/include/rpc/ |
| D | rpc.h | 102 extern bool_t xdr_opaque_auth(XDR *, struct opaque_auth *);
|
| /openbsd/src/usr.sbin/amd/amd/ |
| D | misc_rpc.c | 100 (void)xdr_opaque_auth(&reply_xdr, in pickup_rpc_reply()
|
| /openbsd/src/lib/libc/ |
| D | Symbols.list | 1332 xdr_opaque_auth
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/dfsan/ |
| D | libc_ubuntu1404_abilist.txt | 3348 fun:xdr_opaque_auth=uninstrumented
|