NTLM_CHAL_SZ
uchar_t ct_clnonce[NTLM_CHAL_SZ];
uchar_t ct_srv_chal[NTLM_CHAL_SZ];
ctx->ct_srv_chal, NTLM_CHAL_SZ);
ctx->ct_srv_chal, NTLM_CHAL_SZ);
uchar_t challenges[2 * NTLM_CHAL_SZ];
memcpy(challenges, ctx->ct_srv_chal, NTLM_CHAL_SZ);
memcpy(challenges + NTLM_CHAL_SZ, ctx->ct_clnonce, NTLM_CHAL_SZ);
digest, NTLM_CHAL_SZ);
memcpy(lmresp, ctx->ct_clnonce, NTLM_CHAL_SZ);
ctx->ct_clnonce, NTLM_CHAL_SZ);
mb_put_mem(lm_mbp, ctx->ct_clnonce, NTLM_CHAL_SZ, MB_MSYSTEM);
mb_put_mem(mbp, ctx->ct_clnonce, NTLM_CHAL_SZ, MB_MSYSTEM);
memcpy(data, ctx->ct_srv_chal, NTLM_CHAL_SZ);
memcpy(data + NTLM_CHAL_SZ, p, NTLM_CHAL_SZ);
(void) md_get_mem(in_mb, &hdr.h_challenge, NTLM_CHAL_SZ, MB_MSYSTEM);
bcopy(&hdr.h_challenge, ctx->ct_srv_chal, NTLM_CHAL_SZ);
(void) smb_get_urandom(ctx->ct_clnonce, NTLM_CHAL_SZ);
challenge, NTLM_CHAL_SZ));
S21, 21, challenge, NTLM_CHAL_SZ) == SMBAUTH_FAILURE)
int slen = NTLM_CHAL_SZ;
hmac_data = malloc(NTLM_CHAL_SZ + clen);
uchar_t challenges[2 * NTLM_CHAL_SZ];
if (clen != NTLM_CHAL_SZ)
(void) memcpy(challenges, srv_chal, NTLM_CHAL_SZ);
(void) memcpy(challenges + NTLM_CHAL_SZ, clnt_chal, NTLM_CHAL_SZ);
(void) memcpy(result, digest, NTLM_CHAL_SZ);
uchar_t challenges[2 * NTLM_CHAL_SZ];
(void) memcpy(challenges, srv_chal, NTLM_CHAL_SZ);
(void) memcpy(challenges + NTLM_CHAL_SZ, clnt_chal, NTLM_CHAL_SZ);