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

/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_authsvc.h29 * ctx_itoken, ctx_otoken members are SPNEGO_TOKEN_HANDLE,
42 void *ctx_itoken; member in struct:authsvc_context
H A Dsmbd_authsvc.c358 if (ctx->ctx_itoken != NULL)
359 spnegoFreeData(ctx->ctx_itoken);
608 ctx->ctx_irawlen, &ctx->ctx_itoken);
614 rc = spnegoGetTokenType(ctx->ctx_itoken, &ctx->ctx_itoktype);
644 if (spnegoIsMechTypeAvailable(ctx->ctx_itoken,
702 if (ctx->ctx_itoken != NULL) {
703 spnegoFreeData(ctx->ctx_itoken);
704 ctx->ctx_itoken = NULL;
711 ctx->ctx_irawlen, &ctx->ctx_itoken);
715 rc = spnegoGetTokenType(ctx->ctx_itoken,
[all...]

Completed in 58 milliseconds