Lines Matching refs:lmresp
189 uchar_t *lmresp, *ntresp; in ntlm_put_v1_responses() local
217 err = mb_fit(lm_mbp, NTLM_V1_RESP_SZ, (char **)&lmresp); in ntlm_put_v1_responses()
220 memcpy(lmresp, ntresp, NTLM_V1_RESP_SZ); in ntlm_put_v1_responses()
223 err = ntlm_v1_response(lmresp, ctx->ct_lmhash, in ntlm_put_v1_responses()
253 uchar_t *lmresp, *ntresp; in ntlm_put_v1x_responses() local
293 err = mb_fit(lm_mbp, NTLM_V1_RESP_SZ, (char **)&lmresp); in ntlm_put_v1x_responses()
296 bzero(lmresp, NTLM_V1_RESP_SZ); in ntlm_put_v1x_responses()
297 memcpy(lmresp, ctx->ct_clnonce, NTLM_CHAL_SZ); in ntlm_put_v1x_responses()
482 uchar_t *lmresp, *ntresp; in ntlm_put_v2_responses() local
522 lmresp = mb_reserve(lm_mbp, NTLM_HASH_SZ); in ntlm_put_v2_responses()
523 err = ntlm_v2_resp_hash(lmresp, in ntlm_put_v2_responses()