Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_authsvc.c422 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()
[all …]
H A Dsmbd_authsvc.h42 void *ctx_itoken; member