Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c347 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()
[all...]
/kernel/linux/linux-6.6/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()
[all...]

Completed in 4 milliseconds