Lines Matching refs:mechctx
347 struct gss_ctx *mechctx;
357 if (rsci->mechctx)
358 gss_delete_sec_context(&rsci->mechctx);
374 if (rsci->mechctx)
375 gss_delete_sec_context(&rsci->mechctx);
405 new->mechctx = NULL;
415 new->mechctx = tmp->mechctx;
416 tmp->mechctx = NULL;
531 status = gss_import_sec_context(buf, len, gm, &rsci.mechctx,
716 struct gss_ctx *ctx_id = rsci->mechctx;
1050 rqstp->rq_gssclient = find_gss_auth_domain(rsci->mechctx, gc->gc_svc);
1073 rc = gss_write_verf(rqstp, rsci->mechctx, GSS_SEQ_WIN);
1325 gm, &rsci.mechctx,
1615 if (gss_write_verf(rqstp, rsci->mechctx, gc->gc_seq))
1626 if (gss_write_verf(rqstp, rsci->mechctx, gc->gc_seq))
1639 gc->gc_seq, rsci->mechctx))
1648 gc->gc_seq, rsci->mechctx))
1658 rsci->mechctx->mech_type,
1746 if (gss_get_mic(gsd->rsci->mechctx, &integ_buf, &mic))
1818 if (gss_wrap(gsd->rsci->mechctx, offset, resbuf, inpages))