Lines Matching defs:rqst
58 * flavorx_auth(rqst, msg)
59 * struct svc_req *rqst;
79 * set rqst->rq_xprt->verf to the appropriate response verifier;
80 * sets rqst->rq_client_cred to the "cooked" form of the credentials.
82 * NB: rqst->rq_cxprt->verf must be pre-allocated;
87 * rqst->rq_client_cred, the cooked credentials.
93 _authenticate(struct svc_req *rqst, struct rpc_msg *msg)
101 rqst->rq_cred = msg->rm_call.cb_cred;
102 SVC_AUTH(rqst->rq_xprt).svc_ah_ops = &svc_auth_null_ops;
103 SVC_AUTH(rqst->rq_xprt).svc_ah_private = NULL;
104 rqst->rq_xprt->xp_verf.oa_flavor = _null_auth.oa_flavor;
105 rqst->rq_xprt->xp_verf.oa_length = 0;
106 cred_flavor = rqst->rq_cred.oa_flavor;
109 dummy = _svcauth_null(rqst, msg);
112 dummy = _svcauth_unix(rqst, msg);
115 dummy = _svcauth_short(rqst, msg);
119 dummy = _svcauth_des(rqst, msg);
132 as = (*asp->handler)(rqst, msg);
160 _svcauth_null(struct svc_req *rqst, struct rpc_msg *msg)