Searched refs:ctx_irawlen (Results 1 – 2 of 2) sorted by relevance
390 ctx->ctx_irawlen = smbd_authsvc_bufsize; in smbd_authctx_create()391 ctx->ctx_irawbuf = malloc(ctx->ctx_irawlen); in smbd_authctx_create()494 ctx->ctx_irawlen = hdr.lmh_msglen; in smbd_authsvc_work()609 xdrmem_create(&xdrs, ctx->ctx_irawbuf, ctx->ctx_irawlen, in smbd_authsvc_oldreq()635 if (ctx->ctx_irawlen != sizeof (smb_lsa_clinfo_t)) in smbd_authsvc_clinfo()662 if (ctx->ctx_irawlen < 8) { in smbd_authsvc_esfirst()679 ctx->ctx_irawlen, &ctx->ctx_itoken); in smbd_authsvc_esfirst()791 ctx->ctx_irawlen, &ctx->ctx_itoken); in smbd_authsvc_esnext()1002 ctx->ctx_ibodylen = ctx->ctx_irawlen; in smbd_raw_ntlmssp_esnext()1004 ctx->ctx_irawbuf, ctx->ctx_irawlen); in smbd_raw_ntlmssp_esnext()
47 uint_t ctx_irawlen; member