Searched refs:rq_auth (Results 1 – 4 of 4) sorted by relevance
84 rqst->rq_auth.svc_ah_ops = &svc_auth_null_ops; in _authenticate()85 rqst->rq_auth.svc_ah_private = NULL; in _authenticate()
675 if (!SVCAUTH_WRAP(&rqstp->rq_auth, &body)) in svc_sendreply_common()988 if (!SVCAUTH_UNWRAP(&r->rq_auth, &r->rq_args)) { in svc_getreq()1484 if (rqstp->rq_auth.svc_ah_ops) in svc_freereq()1485 SVCAUTH_RELEASE(&rqstp->rq_auth); in svc_freereq()
279 SVCAUTH rq_auth; /* interface to auth methods */ member
1509 rqst->rq_auth.svc_ah_ops = &svc_auth_gss_ops; in svc_rpc_gss()1510 rqst->rq_auth.svc_ah_private = cc; in svc_rpc_gss()