Searched refs:mechctx (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c340 struct gss_ctx *mechctx; member in struct:rsc
352 if (rsci->mechctx)
353 gss_delete_sec_context(&rsci->mechctx);
392 new->mechctx = NULL;
403 new->mechctx = tmp->mechctx;
404 tmp->mechctx = NULL;
497 status = gss_import_sec_context(buf, len, gm, &rsci.mechctx, GFP_KERNEL);
659 struct gss_ctx *ctx_id = rsci->mechctx;
960 rqstp->rq_gssclient = find_gss_auth_domain(rsci->mechctx, g
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c340 struct gss_ctx *mechctx; member in struct:rsc
352 if (rsci->mechctx)
353 gss_delete_sec_context(&rsci->mechctx);
392 new->mechctx = NULL;
403 new->mechctx = tmp->mechctx;
404 tmp->mechctx = NULL;
497 status = gss_import_sec_context(buf, len, gm, &rsci.mechctx, GFP_KERNEL);
659 struct gss_ctx *ctx_id = rsci->mechctx;
960 rqstp->rq_gssclient = find_gss_auth_domain(rsci->mechctx, g
[all...]

Completed in 122 milliseconds