Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_authsvc.c424 if (ctx->ctx_otoken != NULL) in smbd_authctx_destroy()
425 spnegoFreeData(ctx->ctx_otoken); in smbd_authctx_destroy()
816 if (ctx->ctx_otoken != NULL) { in smbd_authsvc_escmn()
817 spnegoFreeData(ctx->ctx_otoken); in smbd_authsvc_escmn()
818 ctx->ctx_otoken = NULL; in smbd_authsvc_escmn()
892 &ctx->ctx_otoken); in smbd_authsvc_escmn()
901 rc = spnegoTokenGetBinary(ctx->ctx_otoken, in smbd_authsvc_escmn()
946 &ctx->ctx_otoken); in smbd_authsvc_newmech()
955 rc = spnegoTokenGetBinary(ctx->ctx_otoken, in smbd_authsvc_newmech()
H A Dsmbd_authsvc.h43 void *ctx_otoken; member