Lines Matching refs:mechctx
347 struct gss_ctx *mechctx; member
357 if (rsci->mechctx) in rsc_free()
358 gss_delete_sec_context(&rsci->mechctx); in rsc_free()
374 if (rsci->mechctx) in rsc_put()
375 gss_delete_sec_context(&rsci->mechctx); in rsc_put()
405 new->mechctx = NULL; in rsc_init()
415 new->mechctx = tmp->mechctx; in update_rsc()
416 tmp->mechctx = NULL; in update_rsc()
531 status = gss_import_sec_context(buf, len, gm, &rsci.mechctx, in rsc_parse()
716 struct gss_ctx *ctx_id = rsci->mechctx; in gss_verify_header()
1050 rqstp->rq_gssclient = find_gss_auth_domain(rsci->mechctx, gc->gc_svc); in svcauth_gss_set_client()
1073 rc = gss_write_verf(rqstp, rsci->mechctx, GSS_SEQ_WIN); in gss_write_init_verf()
1320 gm, &rsci.mechctx, in gss_proxy_save_rsc()
1610 if (gss_write_verf(rqstp, rsci->mechctx, gc->gc_seq)) in svcauth_gss_accept()
1621 if (gss_write_verf(rqstp, rsci->mechctx, gc->gc_seq)) in svcauth_gss_accept()
1634 gc->gc_seq, rsci->mechctx)) in svcauth_gss_accept()
1643 gc->gc_seq, rsci->mechctx)) in svcauth_gss_accept()
1653 rsci->mechctx->mech_type, in svcauth_gss_accept()
1741 if (gss_get_mic(gsd->rsci->mechctx, &integ_buf, &mic)) in svcauth_gss_wrap_resp_integ()
1813 if (gss_wrap(gsd->rsci->mechctx, offset, resbuf, inpages)) in svcauth_gss_wrap_resp_priv()