Home
last modified time | relevance | path

Searched refs:xp_verf (Results 1 – 10 of 10) sorted by relevance

/freebsd-12-stable/lib/libc/rpc/
Dsvc_auth_unix.c127 rqst->rq_xprt->xp_verf.oa_flavor = in _svcauth_unix()
129 rqst->rq_xprt->xp_verf.oa_base = in _svcauth_unix()
131 rqst->rq_xprt->xp_verf.oa_length = in _svcauth_unix()
134 rqst->rq_xprt->xp_verf.oa_flavor = AUTH_NULL; in _svcauth_unix()
135 rqst->rq_xprt->xp_verf.oa_length = 0; in _svcauth_unix()
Dsvc.c371 rply.acpted_rply.ar_verf = xprt->xp_verf; in svc_sendreply()
390 rply.acpted_rply.ar_verf = xprt->xp_verf; in svcerr_noproc()
407 rply.acpted_rply.ar_verf = xprt->xp_verf; in svcerr_decode()
424 rply.acpted_rply.ar_verf = xprt->xp_verf; in svcerr_systemerr()
505 rply.acpted_rply.ar_verf = xprt->xp_verf; in svcerr_noprog()
522 rply.acpted_rply.ar_verf = xprt->xp_verf; in svcerr_progvers()
Dsvc_auth.c111 rqst->rq_xprt->xp_verf.oa_flavor = _null_auth.oa_flavor; in _authenticate()
112 rqst->rq_xprt->xp_verf.oa_length = 0; in _authenticate()
Dsvc_auth_des.c313 rqst->rq_xprt->xp_verf.oa_flavor = AUTH_DES; in _svcauth_des()
314 rqst->rq_xprt->xp_verf.oa_base = msg->rm_call.cb_verf.oa_base; in _svcauth_des()
315 rqst->rq_xprt->xp_verf.oa_length = in _svcauth_des()
Dsvc_raw.c121 srp->server->xp_verf.oa_base = srp->verf_body; in svc_raw_create()
Dsvc_vc.c152 xprt->xp_verf = _null_auth; in svc_vc_create()
266 xprt->xp_verf.oa_base = cd->verf_body; in makefd_xprt()
Dsvc_dg.c144 xprt->xp_verf.oa_base = su->su_verfbody; in svc_dg_create()
/freebsd-12-stable/lib/librpcsec_gss/
Dsvc_rpcsec_gss.c822 rqst->rq_xprt->xp_verf.oa_flavor = RPCSEC_GSS; in svc_rpc_gss_nextverf()
823 rqst->rq_xprt->xp_verf.oa_base = (caddr_t)client->cl_verf.value; in svc_rpc_gss_nextverf()
824 rqst->rq_xprt->xp_verf.oa_length = (u_int)client->cl_verf.length; in svc_rpc_gss_nextverf()
976 rqst->rq_xprt->xp_verf = _null_auth; in svc_rpc_gss()
1073 rqst->rq_xprt->xp_verf.oa_flavor = AUTH_NULL; in svc_rpc_gss()
1074 rqst->rq_xprt->xp_verf.oa_length = 0; in svc_rpc_gss()
/freebsd-12-stable/include/rpc/
Dsvc.h124 struct opaque_auth xp_verf; /* raw response verifier */ member
/freebsd-12-stable/sys/rpc/
Dsvc.h195 struct opaque_auth xp_verf; /* raw response verifier */