Home
last modified time | relevance | path

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

/reactos/dll/3rdparty/libtirpc/src/
H A Dauth_unix.c143 au->au_origcred.oa_base = NULL;
185 if (au->au_origcred.oa_base)
186 mem_free(au->au_origcred.oa_base, (u_int)len);
269 if (au->au_shcred.oa_base != NULL) {
270 mem_free(au->au_shcred.oa_base,
272 au->au_shcred.oa_base = NULL;
279 au->au_shcred.oa_base = NULL;
298 if (auth->ah_cred.oa_base == au->au_origcred.oa_base) { in authunix_refresh()
307 xdrmem_create(&xdrs, au->au_origcred.oa_base, in authunix_refresh()
342 if (au->au_shcred.oa_base != NULL)
[all …]
H A Drpc_callmsg.c88 memmove(buf, oa->oa_base, oa->oa_length);
125 if (oa->oa_base == NULL) {
126 oa->oa_base = (caddr_t)
128 if (oa->oa_base == NULL)
133 if (xdr_opaque(xdrs, oa->oa_base,
138 memmove(oa->oa_base, buf,
161 if (oa->oa_base == NULL) {
162 oa->oa_base = (caddr_t)
164 if (oa->oa_base == NULL)
169 if (xdr_opaque(xdrs, oa->oa_base,
[all …]
H A Dsvc_auth_des.c138 ixdr = (long *)msg->rm_call.cb_cred.oa_base;
165 ixdr = (long *)msg->rm_call.cb_verf.oa_base;
302 ixdr = (long *)msg->rm_call.cb_verf.oa_base;
308 rqst->rq_xprt->xp_verf.oa_base = msg->rm_call.cb_verf.oa_base;
310 (char *)ixdr - msg->rm_call.cb_verf.oa_base;
H A Dsvc_auth_unix.c76 xdrmem_create(&xdrs, msg->rm_call.cb_cred.oa_base, auth_len,XDR_DECODE);
121 rqst->rq_xprt->xp_verf.oa_base =
122 msg->rm_call.cb_verf.oa_base;
H A Dsvc_auth_gss.c277 rqst->rq_xprt->xp_verf.oa_base = checksum.value; in svcauth_gss_accept_sec_context()
316 memcpy((caddr_t)buf, oa->oa_base, oa->oa_length); in svcauth_gss_validate()
322 checksum.value = msg->rm_call.cb_verf.oa_base; in svcauth_gss_validate()
360 rqst->rq_xprt->xp_verf.oa_base = (caddr_t)checksum.value; in svcauth_gss_nextverf()
405 xdrmem_create(&xdrs, rqst->rq_cred.oa_base, in _svcauth_gss()
H A Dauth_gss.c298 auth->ah_cred.oa_base = tmp; in authgss_marshal()
327 auth->ah_verf.oa_base = checksum.value; in authgss_marshal()
360 memcpy(gd->gc_wire_verf.value, verf->oa_base, verf->oa_length); in authgss_validate()
374 checksum.value = verf->oa_base; in authgss_validate()
H A Dclnt_vc.c261 ct->reply_msg.rm_call.cb_cred.oa_base = cred_area; in clnt_cb_thread()
262 ct->reply_msg.rm_call.cb_verf.oa_base = &(cred_area[MAX_AUTH_BYTES]); in clnt_cb_thread()
682 if (ct->reply_msg.acpted_rply.ar_verf.oa_base != NULL) {
689 if (ct->reply_msg.acpted_rply.ar_verf.oa_base != NULL) {
H A Dauth_sspi.c229 auth->ah_cred.oa_base = tmp; in authsspi_marshal()
263 auth->ah_verf.oa_base = checksum.value; in authsspi_marshal()
297 memcpy(gd->gc_wire_verf.value, verf->oa_base, verf->oa_length); in authsspi_validate()
323 checksum.value = verf->oa_base; in authsspi_validate()
H A Dsvc_raw.c98 srp->server.xp_verf.oa_base = srp->verf_body; in svc_raw_create()
H A Dsvc.c652 msg.rm_call.cb_cred.oa_base = cred_area; in svc_getreq_common()
653 msg.rm_call.cb_verf.oa_base = &(cred_area[MAX_AUTH_BYTES]); in svc_getreq_common()
H A Dclnt_raw.c223 if (msg.acpted_rply.ar_verf.oa_base != NULL) {
H A Drpc_prot.c91 return (xdr_bytes(xdrs, &ap->oa_base,
H A Dauth_des.c374 ixdr = (uint32_t *)rverf->oa_base; in authdes_validate()
H A Dsvc_dg.c136 xprt->xp_verf.oa_base = su->su_verfbody;
H A Dsvc_vc.c287 xprt->xp_verf.oa_base = cd->verf_body;
H A Dclnt_dg.c565 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) {
/reactos/dll/3rdparty/libtirpc/tirpc/rpc/
H A Dauth.h197 caddr_t oa_base; /* address of more auth stuff */ member