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