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

/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_authsvc.h46 void *ctx_irawbuf; member in struct:authsvc_context
H A Dsmbd_authsvc.c327 ctx->ctx_irawbuf = malloc(ctx->ctx_irawlen);
330 if (ctx->ctx_irawbuf == NULL || ctx->ctx_orawbuf == NULL)
363 free(ctx->ctx_irawbuf);
422 len = recv(sock, ctx->ctx_irawbuf, hdr.lmh_msglen,
542 xdrmem_create(&xdrs, ctx->ctx_irawbuf, ctx->ctx_irawlen,
566 (void) memcpy(&ctx->ctx_clinfo, ctx->ctx_irawbuf,
599 if (bcmp(ctx->ctx_irawbuf, "NTLMSSP", 8) == 0) {
607 rc = spnegoInitFromBinary(ctx->ctx_irawbuf,
710 rc = spnegoInitFromBinary(ctx->ctx_irawbuf,
868 ctx->ctx_irawbuf, ct
[all...]

Completed in 78 milliseconds