Searched refs:ctx_ibodybuf (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_authsvc.h54 void *ctx_ibodybuf; member in struct:authsvc_context
H A Dsmbd_authsvc.c334 ctx->ctx_ibodybuf = malloc(ctx->ctx_ibodylen);
337 if (ctx->ctx_ibodybuf == NULL || ctx->ctx_obodybuf == NULL)
365 free(ctx->ctx_ibodybuf);
746 ctx->ctx_ibodybuf, &toklen);
867 (void) memcpy(ctx->ctx_ibodybuf,
H A Dsmbd_ntlmssp.c127 struct genhdr *ihdr = ctx->ctx_ibodybuf;
175 struct nego_hdr *ihdr = ctx->ctx_ibodybuf;
420 smb_msgbuf_init(&mb, ctx->ctx_ibodybuf, ctx->ctx_ibodylen, mbflags);
H A Dsmbd_krb5ssp.c124 intok.value = ctx->ctx_ibodybuf;

Completed in 47 milliseconds