mechctx           342 net/sunrpc/auth_gss/svcauth_gss.c 	struct gss_ctx		*mechctx;
mechctx           352 net/sunrpc/auth_gss/svcauth_gss.c 	if (rsci->mechctx)
mechctx           353 net/sunrpc/auth_gss/svcauth_gss.c 		gss_delete_sec_context(&rsci->mechctx);
mechctx           369 net/sunrpc/auth_gss/svcauth_gss.c 	if (rsci->mechctx)
mechctx           370 net/sunrpc/auth_gss/svcauth_gss.c 		gss_delete_sec_context(&rsci->mechctx);
mechctx           400 net/sunrpc/auth_gss/svcauth_gss.c 	new->mechctx = NULL;
mechctx           410 net/sunrpc/auth_gss/svcauth_gss.c 	new->mechctx = tmp->mechctx;
mechctx           411 net/sunrpc/auth_gss/svcauth_gss.c 	tmp->mechctx = NULL;
mechctx           521 net/sunrpc/auth_gss/svcauth_gss.c 		status = gss_import_sec_context(buf, len, gm, &rsci.mechctx,
mechctx           684 net/sunrpc/auth_gss/svcauth_gss.c 	struct gss_ctx		*ctx_id = rsci->mechctx;
mechctx           997 net/sunrpc/auth_gss/svcauth_gss.c 	rqstp->rq_gssclient = find_gss_auth_domain(rsci->mechctx, gc->gc_svc);
mechctx          1020 net/sunrpc/auth_gss/svcauth_gss.c 	rc = gss_write_verf(rqstp, rsci->mechctx, GSS_SEQ_WIN);
mechctx          1261 net/sunrpc/auth_gss/svcauth_gss.c 						gm, &rsci.mechctx,
mechctx          1564 net/sunrpc/auth_gss/svcauth_gss.c 		if (gss_write_verf(rqstp, rsci->mechctx, gc->gc_seq))
mechctx          1575 net/sunrpc/auth_gss/svcauth_gss.c 		if (gss_write_verf(rqstp, rsci->mechctx, gc->gc_seq))
mechctx          1588 net/sunrpc/auth_gss/svcauth_gss.c 					gc->gc_seq, rsci->mechctx))
mechctx          1597 net/sunrpc/auth_gss/svcauth_gss.c 					gc->gc_seq, rsci->mechctx))
mechctx          1607 net/sunrpc/auth_gss/svcauth_gss.c 					rsci->mechctx->mech_type,
mechctx          1693 net/sunrpc/auth_gss/svcauth_gss.c 	if (gss_get_mic(gsd->rsci->mechctx, &integ_buf, &mic))
mechctx          1762 net/sunrpc/auth_gss/svcauth_gss.c 	if (gss_wrap(gsd->rsci->mechctx, offset, resbuf, inpages))