Lines Matching refs:lmresp
190 uchar_t *lmresp, *ntresp; in ntlm_put_v1_responses() local
218 err = mb_fit(lm_mbp, NTLM_V1_RESP_SZ, (char **)&lmresp); in ntlm_put_v1_responses()
221 memcpy(lmresp, ntresp, NTLM_V1_RESP_SZ); in ntlm_put_v1_responses()
224 err = ntlm_v1_response(lmresp, ctx->ct_lmhash, in ntlm_put_v1_responses()
255 uchar_t *lmresp, *ntresp; in ntlm_put_v1x_responses() local
295 err = mb_fit(lm_mbp, NTLM_V1_RESP_SZ, (char **)&lmresp); in ntlm_put_v1x_responses()
298 bzero(lmresp, NTLM_V1_RESP_SZ); in ntlm_put_v1x_responses()
299 memcpy(lmresp, ctx->ct_clnonce, NTLM_CHAL_SZ); in ntlm_put_v1x_responses()
485 uchar_t *lmresp, *ntresp; in ntlm_put_v2_responses() local
525 lmresp = mb_reserve(lm_mbp, NTLM_HASH_SZ); in ntlm_put_v2_responses()
526 err = ntlm_v2_resp_hash(lmresp, in ntlm_put_v2_responses()