Lines Matching refs:ctx_itoken
422 if (ctx->ctx_itoken != NULL) in smbd_authctx_destroy()
423 spnegoFreeData(ctx->ctx_itoken); in smbd_authctx_destroy()
679 ctx->ctx_irawlen, &ctx->ctx_itoken); in smbd_authsvc_esfirst()
685 rc = spnegoGetTokenType(ctx->ctx_itoken, &ctx->ctx_itoktype); in smbd_authsvc_esfirst()
715 if (spnegoIsMechTypeAvailable(ctx->ctx_itoken, in smbd_authsvc_esfirst()
782 if (ctx->ctx_itoken != NULL) { in smbd_authsvc_esnext()
783 spnegoFreeData(ctx->ctx_itoken); in smbd_authsvc_esnext()
784 ctx->ctx_itoken = NULL; in smbd_authsvc_esnext()
791 ctx->ctx_irawlen, &ctx->ctx_itoken); in smbd_authsvc_esnext()
795 rc = spnegoGetTokenType(ctx->ctx_itoken, &ctx->ctx_itoktype); in smbd_authsvc_esnext()
825 rc = spnegoGetMechToken(ctx->ctx_itoken, in smbd_authsvc_escmn()