Lines Matching refs:gsd
1217 svcauth_gss_prepare_to_wrap(struct xdr_buf *resbuf, struct gss_svc_data *gsd) in svcauth_gss_prepare_to_wrap() argument
1222 p = gsd->verf_start; in svcauth_gss_prepare_to_wrap()
1223 gsd->verf_start = NULL; in svcauth_gss_prepare_to_wrap()
1246 struct gss_svc_data *gsd = (struct gss_svc_data *)rqstp->rq_auth_data; in svcauth_gss_wrap_resp_integ() local
1247 struct rpc_gss_wire_cred *gc = &gsd->clcred; in svcauth_gss_wrap_resp_integ()
1256 p = svcauth_gss_prepare_to_wrap(resbuf, gsd); in svcauth_gss_wrap_resp_integ()
1278 if (gss_get_mic(gsd->rsci->mechctx, &integ_buf, &mic)) in svcauth_gss_wrap_resp_integ()
1296 struct gss_svc_data *gsd = (struct gss_svc_data *)rqstp->rq_auth_data; in svcauth_gss_wrap_resp_priv() local
1297 struct rpc_gss_wire_cred *gc = &gsd->clcred; in svcauth_gss_wrap_resp_priv()
1304 p = svcauth_gss_prepare_to_wrap(resbuf, gsd); in svcauth_gss_wrap_resp_priv()
1347 if (gss_wrap(gsd->rsci->mechctx, offset, resbuf, inpages)) in svcauth_gss_wrap_resp_priv()
1361 struct gss_svc_data *gsd = (struct gss_svc_data *)rqstp->rq_auth_data; in svcauth_gss_release() local
1362 struct rpc_gss_wire_cred *gc = &gsd->clcred; in svcauth_gss_release()
1369 if (gsd->verf_start == NULL) in svcauth_gss_release()
1406 if (gsd->rsci) in svcauth_gss_release()
1407 cache_put(&gsd->rsci->h, &rsc_cache); in svcauth_gss_release()
1408 gsd->rsci = NULL; in svcauth_gss_release()