Home
last modified time | relevance | path

Searched refs:rq_verf (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/rpc/rpcsec_gss/
H A Dsvc_rpcsec_gss.c1180 rqst->rq_verf.oa_flavor = RPCSEC_GSS; in svc_rpc_gss_nextverf()
1181 rqst->rq_verf.oa_length = mic.length; in svc_rpc_gss_nextverf()
1182 bcopy(mic.value, rqst->rq_verf.oa_base, mic.length); in svc_rpc_gss_nextverf()
1345 rqst->rq_verf = _null_auth; in svc_rpc_gss()
1449 rqst->rq_verf = msg->rm_call.cb_verf; in svc_rpc_gss()
1455 rqst->rq_verf = _null_auth; in svc_rpc_gss()
1491 rqst->rq_verf = msg->rm_call.cb_verf; in svc_rpc_gss()
/freebsd/sys/rpc/
H A Dsvc.c701 rply.acpted_rply.ar_verf = rqstp->rq_verf; in svc_sendreply()
727 rply.acpted_rply.ar_verf = rqstp->rq_verf; in svc_sendreply_mbuf()
747 rply.acpted_rply.ar_verf = rqstp->rq_verf; in svcerr_noproc()
769 rply.acpted_rply.ar_verf = rqstp->rq_verf; in svcerr_decode()
791 rply.acpted_rply.ar_verf = rqstp->rq_verf; in svcerr_systemerr()
845 rply.acpted_rply.ar_verf = rqstp->rq_verf; in svcerr_noprog()
867 rply.acpted_rply.ar_verf = rqstp->rq_verf; in svcerr_progvers()
H A Dsvc_auth_unix.c118 rqst->rq_verf = _null_auth; in _svcauth_unix()
H A Dsvc_auth.c153 rqst->rq_verf = _null_auth; in _svcauth_null()
H A Dsvc.h277 struct opaque_auth rq_verf; /* verifier for the reply */ member
/freebsd/sys/rpc/rpcsec_tls/
H A Drpctls_impl.c757 rqst->rq_verf = rpctls_null_verf; in _svcauth_rpcsec_tls()