Lines Matching refs:mechctx
332 struct gss_ctx *mechctx; member
341 if (rsci->mechctx) in rsc_free()
342 gss_delete_sec_context(&rsci->mechctx); in rsc_free()
379 new->mechctx = NULL; in rsc_init()
389 new->mechctx = tmp->mechctx; in update_rsc()
390 tmp->mechctx = NULL; in update_rsc()
500 status = gss_import_sec_context(buf, len, gm, &rsci.mechctx, in rsc_parse()
663 struct gss_ctx *ctx_id = rsci->mechctx; in gss_verify_header()
980 rqstp->rq_gssclient = find_gss_auth_domain(rsci->mechctx, gc->gc_svc); in svcauth_gss_set_client()
1003 rc = gss_write_verf(rqstp, rsci->mechctx, GSS_SEQ_WIN); in gss_write_init_verf()
1209 gm, &rsci.mechctx, in gss_proxy_save_rsc()
1501 if (gss_write_verf(rqstp, rsci->mechctx, gc->gc_seq)) in svcauth_gss_accept()
1512 if (gss_write_verf(rqstp, rsci->mechctx, gc->gc_seq)) in svcauth_gss_accept()
1525 gc->gc_seq, rsci->mechctx)) in svcauth_gss_accept()
1534 gc->gc_seq, rsci->mechctx)) in svcauth_gss_accept()
1544 rsci->mechctx->mech_type, in svcauth_gss_accept()
1630 if (gss_get_mic(gsd->rsci->mechctx, &integ_buf, &mic)) in svcauth_gss_wrap_resp_integ()
1699 if (gss_wrap(gsd->rsci->mechctx, offset, resbuf, inpages)) in svcauth_gss_wrap_resp_priv()