Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
716 struct gss_ctx *ctx_id = rsci->mechctx; in gss_verify_header()
[all …]