Home
last modified time | relevance | path

Searched refs:mechctx (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c373 struct gss_ctx *mechctx; member
383 if (rsci->mechctx) in rsc_free()
384 gss_delete_sec_context(&rsci->mechctx); in rsc_free()
400 if (rsci->mechctx) in rsc_put()
401 gss_delete_sec_context(&rsci->mechctx); in rsc_put()
431 new->mechctx = NULL; in rsc_init()
441 new->mechctx = tmp->mechctx; in update_rsc()
442 tmp->mechctx = NULL; in update_rsc()
557 status = gss_import_sec_context(buf, len, gm, &rsci.mechctx, in rsc_parse()
706 struct gss_ctx *ctx_id = rsci->mechctx; in svcauth_gss_verify_header()
[all …]