Searched refs:oa_base (Results 1 – 17 of 17) sorted by relevance
/reactos/dll/3rdparty/libtirpc/src/ |
H A D | auth_unix.c | 143 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 D | rpc_callmsg.c | 88 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 D | svc_auth_des.c | 138 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 D | svc_auth_unix.c | 76 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 D | svc_auth_gss.c | 277 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 D | auth_gss.c | 298 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 D | clnt_vc.c | 261 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 D | auth_sspi.c | 229 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 D | svc_raw.c | 98 srp->server.xp_verf.oa_base = srp->verf_body; in svc_raw_create()
|
H A D | svc.c | 652 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 D | clnt_raw.c | 223 if (msg.acpted_rply.ar_verf.oa_base != NULL) {
|
H A D | rpc_prot.c | 91 return (xdr_bytes(xdrs, &ap->oa_base,
|
H A D | auth_des.c | 374 ixdr = (uint32_t *)rverf->oa_base; in authdes_validate()
|
H A D | svc_dg.c | 136 xprt->xp_verf.oa_base = su->su_verfbody;
|
H A D | svc_vc.c | 287 xprt->xp_verf.oa_base = cd->verf_body;
|
H A D | clnt_dg.c | 565 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) {
|
/reactos/dll/3rdparty/libtirpc/tirpc/rpc/ |
H A D | auth.h | 197 caddr_t oa_base; /* address of more auth stuff */ member
|