Searched refs:ctx_irawlen (Results 1 – 2 of 2) sorted by relevance
326 ctx->ctx_irawlen = smbd_authsvc_bufsize; in smbd_authctx_create()327 ctx->ctx_irawbuf = malloc(ctx->ctx_irawlen); in smbd_authctx_create()430 ctx->ctx_irawlen = hdr.lmh_msglen; in smbd_authsvc_work()542 xdrmem_create(&xdrs, ctx->ctx_irawbuf, ctx->ctx_irawlen, in smbd_authsvc_oldreq()564 if (ctx->ctx_irawlen != sizeof (smb_lsa_clinfo_t)) in smbd_authsvc_clinfo()591 if (ctx->ctx_irawlen < 8) { in smbd_authsvc_esfirst()608 ctx->ctx_irawlen, &ctx->ctx_itoken); in smbd_authsvc_esfirst()711 ctx->ctx_irawlen, &ctx->ctx_itoken); in smbd_authsvc_esnext()866 ctx->ctx_ibodylen = ctx->ctx_irawlen; in smbd_raw_ntlmssp_esnext()868 ctx->ctx_irawbuf, ctx->ctx_irawlen); in smbd_raw_ntlmssp_esnext()
47 uint_t ctx_irawlen; member