Lines Matching refs:mechctx
349 struct gss_ctx *mechctx; member
359 if (rsci->mechctx) in rsc_free()
360 gss_delete_sec_context(&rsci->mechctx); in rsc_free()
376 if (rsci->mechctx) in rsc_put()
377 gss_delete_sec_context(&rsci->mechctx); in rsc_put()
407 new->mechctx = NULL; in rsc_init()
417 new->mechctx = tmp->mechctx; in update_rsc()
418 tmp->mechctx = NULL; in update_rsc()
533 status = gss_import_sec_context(buf, len, gm, &rsci.mechctx, in rsc_parse()
718 struct gss_ctx *ctx_id = rsci->mechctx; in gss_verify_header()
1054 rqstp->rq_gssclient = find_gss_auth_domain(rsci->mechctx, gc->gc_svc); in svcauth_gss_set_client()
1079 rc = gss_write_verf(rqstp, rsci->mechctx, GSS_SEQ_WIN); in gss_write_init_verf()
1331 gm, &rsci.mechctx, in gss_proxy_save_rsc()
1620 if (gss_write_verf(rqstp, rsci->mechctx, gc->gc_seq)) in svcauth_gss_accept()
1631 if (gss_write_verf(rqstp, rsci->mechctx, gc->gc_seq)) in svcauth_gss_accept()
1644 gc->gc_seq, rsci->mechctx)) in svcauth_gss_accept()
1653 gc->gc_seq, rsci->mechctx)) in svcauth_gss_accept()
1663 rsci->mechctx->mech_type, in svcauth_gss_accept()
1751 if (gss_get_mic(gsd->rsci->mechctx, &integ_buf, &mic)) in svcauth_gss_wrap_resp_integ()
1823 if (gss_wrap(gsd->rsci->mechctx, offset, resbuf, inpages)) in svcauth_gss_wrap_resp_priv()