Lines Matching defs:ntresp
189 uchar_t *lmresp, *ntresp;
204 err = mb_fit(nt_mbp, NTLM_V1_RESP_SZ, (char **)&ntresp);
207 bzero(ntresp, NTLM_V1_RESP_SZ);
208 err = ntlm_v1_response(ntresp, ctx->ct_nthash,
220 memcpy(lmresp, ntresp, NTLM_V1_RESP_SZ);
253 uchar_t *lmresp, *ntresp;
282 err = mb_fit(nt_mbp, NTLM_V1_RESP_SZ, (char **)&ntresp);
285 bzero(ntresp, NTLM_V1_RESP_SZ);
286 err = ntlm_v1_response(ntresp, ctx->ct_nthash,
464 const uchar_t *ntresp)
467 /* session key uses only 1st 16 bytes of ntresp */
468 HMACT64(ssn_key, v2hash, NTLM_HASH_SZ, ntresp, NTLM_HASH_SZ);
482 uchar_t *lmresp, *ntresp;
539 ntresp = mb_reserve(nt_mbp, NTLM_HASH_SZ);
540 err = ntlm_v2_resp_hash(ntresp,
550 ntlm_v2_session_key(ctx->ct_ssn_key, v2hash, ntresp);