Searched refs:xp_verf (Results 1 – 9 of 9) sorted by relevance
120 rqst->rq_xprt->xp_verf.oa_flavor = in _svcauth_unix()122 rqst->rq_xprt->xp_verf.oa_base = in _svcauth_unix()124 rqst->rq_xprt->xp_verf.oa_length = in _svcauth_unix()127 rqst->rq_xprt->xp_verf.oa_flavor = AUTH_NULL; in _svcauth_unix()128 rqst->rq_xprt->xp_verf.oa_length = 0; in _svcauth_unix()
364 rply.acpted_rply.ar_verf = xprt->xp_verf; in svc_sendreply()383 rply.acpted_rply.ar_verf = xprt->xp_verf; in svcerr_noproc()400 rply.acpted_rply.ar_verf = xprt->xp_verf; in svcerr_decode()417 rply.acpted_rply.ar_verf = xprt->xp_verf; in svcerr_systemerr()498 rply.acpted_rply.ar_verf = xprt->xp_verf; in svcerr_noprog()515 rply.acpted_rply.ar_verf = xprt->xp_verf; in svcerr_progvers()
104 rqst->rq_xprt->xp_verf.oa_flavor = _null_auth.oa_flavor; in _authenticate()105 rqst->rq_xprt->xp_verf.oa_length = 0; in _authenticate()
307 rqst->rq_xprt->xp_verf.oa_flavor = AUTH_DES; in _svcauth_des()308 rqst->rq_xprt->xp_verf.oa_base = msg->rm_call.cb_verf.oa_base; in _svcauth_des()309 rqst->rq_xprt->xp_verf.oa_length = in _svcauth_des()
113 srp->server->xp_verf.oa_base = srp->verf_body; in svc_raw_create()
145 xprt->xp_verf = _null_auth; in svc_vc_create()259 xprt->xp_verf.oa_base = cd->verf_body; in makefd_xprt()
138 xprt->xp_verf.oa_base = su->su_verfbody; in svc_dg_create()
820 rqst->rq_xprt->xp_verf.oa_flavor = RPCSEC_GSS; in svc_rpc_gss_nextverf()821 rqst->rq_xprt->xp_verf.oa_base = (caddr_t)client->cl_verf.value; in svc_rpc_gss_nextverf()822 rqst->rq_xprt->xp_verf.oa_length = (u_int)client->cl_verf.length; in svc_rpc_gss_nextverf()974 rqst->rq_xprt->xp_verf = _null_auth; in svc_rpc_gss()1071 rqst->rq_xprt->xp_verf.oa_flavor = AUTH_NULL; in svc_rpc_gss()1072 rqst->rq_xprt->xp_verf.oa_length = 0; in svc_rpc_gss()
120 struct opaque_auth xp_verf; /* raw response verifier */ member