Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_authsvc.c393 ctx->ctx_orawbuf = malloc(ctx->ctx_orawlen); in smbd_authctx_create()
394 if (ctx->ctx_irawbuf == NULL || ctx->ctx_orawbuf == NULL) in smbd_authctx_create()
428 free(ctx->ctx_orawbuf); in smbd_authctx_destroy()
515 len = send(sock, ctx->ctx_orawbuf, in smbd_authsvc_work()
590 smb_lsa_eresp_t *er = ctx->ctx_orawbuf; in smbd_authsvc_dispatch()
902 (uchar_t *)ctx->ctx_orawbuf, &toklen); in smbd_authsvc_escmn()
956 (uchar_t *)ctx->ctx_orawbuf, &toklen); in smbd_authsvc_newmech()
1009 (void) memcpy(ctx->ctx_orawbuf, in smbd_raw_ntlmssp_esnext()
1035 if ((ctx->ctx_orawbuf = realloc(ctx->ctx_orawbuf, len)) == in smbd_authsvc_gettoken()
1043 xdrmem_create(&xdrs, ctx->ctx_orawbuf, len, XDR_ENCODE); in smbd_authsvc_gettoken()
H A Dsmbd_authsvc.h49 void *ctx_orawbuf; member