Lines Matching defs:rqst
57 * flavorx_auth(rqst, msg)
58 * struct svc_req *rqst;
87 * set rqst->rq_xprt->verf to the appropriate response verifier;
88 * sets rqst->rq_client_cred to the "cooked" form of the credentials.
90 * NB: rqst->rq_cxprt->verf must be pre-alloctaed;
95 * rqst->rq_client_cred, the cooked credentials.
101 __gss_authenticate(struct svc_req *rqst, struct rpc_msg *msg,
110 rqst->rq_cred = msg->rm_call.cb_cred;
111 rqst->rq_xprt->xp_verf.oa_flavor = _null_auth.oa_flavor;
112 rqst->rq_xprt->xp_verf.oa_length = 0;
113 cred_flavor = rqst->rq_cred.oa_flavor;
117 return (__svcauth_null(rqst, msg));
119 return (__svcauth_sys(rqst, msg));
121 return (__svcauth_short(rqst, msg));
123 return (__svcauth_des(rqst, msg));
125 return (__svcauth_loopback(rqst, msg));
127 return (__svcrpcsec_gss(rqst, msg, no_dispatch));
136 as = (*asp->handler)(rqst, msg);
147 * The following function __authenticate(rqst, msg) is preserved for
151 __authenticate(struct svc_req *rqst, struct rpc_msg *msg)
155 return (__gss_authenticate(rqst, msg, &no_dispatch));
160 __svcauth_null(struct svc_req *rqst, struct rpc_msg *msg)