Searched refs:ctx_otoken (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,
43 void *ctx_otoken; member in struct:authsvc_context
H A Dsmbd_authsvc.c360 if (ctx->ctx_otoken != NULL)
361 spnegoFreeData(ctx->ctx_otoken);
736 if (ctx->ctx_otoken != NULL) {
737 spnegoFreeData(ctx->ctx_otoken);
738 ctx->ctx_otoken = NULL;
812 &ctx->ctx_otoken);
819 rc = spnegoTokenGetBinary(ctx->ctx_otoken,

Completed in 58 milliseconds