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()
499 status = gss_import_sec_context(buf, len, gm, &rsci.mechctx, in rsc_parse()
662 struct gss_ctx *ctx_id = rsci->mechctx; in gss_verify_header()
962 rqstp->rq_gssclient = find_gss_auth_domain(rsci->mechctx, gc->gc_svc); in svcauth_gss_set_client()
985 rc = gss_write_verf(rqstp, rsci->mechctx, GSS_SEQ_WIN); in gss_write_init_verf()
1191 gm, &rsci.mechctx, in gss_proxy_save_rsc()
1482 if (gss_write_verf(rqstp, rsci->mechctx, gc->gc_seq)) in svcauth_gss_accept()
1493 if (gss_write_verf(rqstp, rsci->mechctx, gc->gc_seq)) in svcauth_gss_accept()
1506 gc->gc_seq, rsci->mechctx)) in svcauth_gss_accept()
1515 gc->gc_seq, rsci->mechctx)) in svcauth_gss_accept()
1525 rsci->mechctx->mech_type, in svcauth_gss_accept()
1609 if (gss_get_mic(gsd->rsci->mechctx, &integ_buf, &mic)) in svcauth_gss_wrap_resp_integ()
1678 if (gss_wrap(gsd->rsci->mechctx, offset, resbuf, inpages)) in svcauth_gss_wrap_resp_priv()