Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_authsvc.c391 ctx->ctx_irawbuf = malloc(ctx->ctx_irawlen); in smbd_authctx_create()
394 if (ctx->ctx_irawbuf == NULL || ctx->ctx_orawbuf == NULL) in smbd_authctx_create()
427 free(ctx->ctx_irawbuf); in smbd_authctx_destroy()
486 len = recv(sock, ctx->ctx_irawbuf, hdr.lmh_msglen, in smbd_authsvc_work()
609 xdrmem_create(&xdrs, ctx->ctx_irawbuf, ctx->ctx_irawlen, in smbd_authsvc_oldreq()
637 (void) memcpy(&ctx->ctx_clinfo, ctx->ctx_irawbuf, in smbd_authsvc_clinfo()
670 if (bcmp(ctx->ctx_irawbuf, "NTLMSSP", 8) == 0) { in smbd_authsvc_esfirst()
678 rc = spnegoInitFromBinary(ctx->ctx_irawbuf, in smbd_authsvc_esfirst()
790 rc = spnegoInitFromBinary(ctx->ctx_irawbuf, in smbd_authsvc_esnext()
1004 ctx->ctx_irawbuf, ctx->ctx_irawlen); in smbd_raw_ntlmssp_esnext()
H A Dsmbd_authsvc.h46 void *ctx_irawbuf; member