Home
last modified time | relevance | path

Searched refs:gsd (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/net/sunrpc/auth_gss/
Dsvcauth_gss.c1217 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()
[all …]