Searched refs:rq_verf (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/sys/rpc/
H A Dsvc_auth.c147 rqst->rq_verf = _null_auth;
H A Dsvc_auth_unix.c122 rqst->rq_verf = _null_auth;
H A Dsvc.c659 rply.acpted_rply.ar_verf = rqstp->rq_verf;
685 rply.acpted_rply.ar_verf = rqstp->rq_verf;
705 rply.acpted_rply.ar_verf = rqstp->rq_verf;
727 rply.acpted_rply.ar_verf = rqstp->rq_verf;
749 rply.acpted_rply.ar_verf = rqstp->rq_verf;
803 rply.acpted_rply.ar_verf = rqstp->rq_verf;
825 rply.acpted_rply.ar_verf = rqstp->rq_verf;
H A Dsvc.h264 struct opaque_auth rq_verf; /* verifier for the reply */ member in struct:svc_req
/freebsd-10.3-release/sys/rpc/rpcsec_gss/
H A Dsvc_rpcsec_gss.c1068 rqst->rq_verf.oa_flavor = RPCSEC_GSS;
1069 rqst->rq_verf.oa_length = mic.length;
1070 bcopy(mic.value, rqst->rq_verf.oa_base, mic.length);
1232 rqst->rq_verf = _null_auth;
1334 rqst->rq_verf = msg->rm_call.cb_verf;
1340 rqst->rq_verf = _null_auth;
1376 rqst->rq_verf = msg->rm_call.cb_verf;

Completed in 104 milliseconds