Home
last modified time | relevance | path

Searched refs:oa_base (Results 1 – 16 of 16) sorted by relevance

/glibc-2.36/sunrpc/
Dauth_unix.c142 au->au_origcred.oa_base = mem_alloc ((u_int) len); in authunix_create()
143 if (au->au_origcred.oa_base == NULL) in authunix_create()
145 memcpy(au->au_origcred.oa_base, mymem, (u_int) len); in authunix_create()
251 xdrmem_create (&xdrs, verf->oa_base, verf->oa_length, XDR_DECODE); in authunix_validate()
253 if (au->au_shcred.oa_base != NULL) in authunix_validate()
255 mem_free (au->au_shcred.oa_base, in authunix_validate()
257 au->au_shcred.oa_base = NULL; in authunix_validate()
267 au->au_shcred.oa_base = NULL; in authunix_validate()
284 if (auth->ah_cred.oa_base == au->au_origcred.oa_base) in authunix_refresh()
294 xdrmem_create (&xdrs, au->au_origcred.oa_base, in authunix_refresh()
[all …]
Drpc_cmsg.c79 memcpy ((caddr_t) buf, oa->oa_base, oa->oa_length); in xdr_callmsg()
87 memcpy ((caddr_t) buf, oa->oa_base, oa->oa_length); in xdr_callmsg()
121 if (oa->oa_base == NULL) in xdr_callmsg()
123 oa->oa_base = (caddr_t) in xdr_callmsg()
129 if (xdr_opaque (xdrs, oa->oa_base, in xdr_callmsg()
135 memcpy (oa->oa_base, (caddr_t) buf, oa->oa_length); in xdr_callmsg()
161 if (oa->oa_base == NULL) in xdr_callmsg()
163 oa->oa_base = (caddr_t) in xdr_callmsg()
169 if (xdr_opaque (xdrs, oa->oa_base, in xdr_callmsg()
175 memcpy (oa->oa_base, (caddr_t) buf, oa->oa_length); in xdr_callmsg()
Dsvcauth_des.c141 ixdr = (uint32_t *) msg->rm_call.cb_cred.oa_base; in _svcauth_des()
173 ixdr = (uint32_t *) msg->rm_call.cb_verf.oa_base; in _svcauth_des()
339 ixdr = (uint32_t *) msg->rm_call.cb_verf.oa_base; in _svcauth_des()
345 rqst->rq_xprt->xp_verf.oa_base = msg->rm_call.cb_verf.oa_base; in _svcauth_des()
347 (char *) ixdr - msg->rm_call.cb_verf.oa_base; in _svcauth_des()
Dsvc_authux.c70 xdrmem_create (&xdrs, msg->rm_call.cb_cred.oa_base, auth_len, XDR_DECODE); in _svcauth_unix()
121 rqst->rq_xprt->xp_verf.oa_base = in _svcauth_unix()
122 msg->rm_call.cb_verf.oa_base; in _svcauth_unix()
Dsvc_unix.c236 xprt->xp_verf.oa_base = cd->verf_body; in libc_hidden_nolink_sunrpc()
504 msg->rm_call.cb_verf.oa_base = (caddr_t) &cm; in svcunix_recv()
Dsvc.c463 msg.rm_call.cb_cred.oa_base = cred_area; in libc_hidden_def()
464 msg.rm_call.cb_verf.oa_base = &(cred_area[MAX_AUTH_BYTES]); in libc_hidden_def()
Dsvc_raw.c84 srp->server.xp_verf.oa_base = srp->verf_body; in svcraw_create()
Dclnt_raw.c200 if (msg.acpted_rply.ar_verf.oa_base != NULL) in libc_hidden_nolink_sunrpc()
Drpc_prot.c56 return xdr_bytes (xdrs, &ap->oa_base, in xdr_opaque_auth()
Dsvc_tcp.c243 xprt->xp_verf.oa_base = cd->verf_body; in libc_hidden_nolink_sunrpc()
Dauth_des.c354 ixdr = (uint32_t *) rverf->oa_base; in authdes_validate()
Dclnt_tcp.c315 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) in libc_hidden_def()
Dclnt_unix.c292 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) in libc_hidden_nolink_sunrpc()
Dsvc_udp.c172 xprt->xp_verf.oa_base = su->su_verfbody; in svcudp_bufcreate()
Dclnt_udp.c505 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) in clntudp_call()
/glibc-2.36/sunrpc/rpc/
Dauth.h84 caddr_t oa_base; /* address of more auth stuff */ member