Lines Matching refs:ntresp
189 uchar_t *lmresp, *ntresp; in ntlm_put_v1_responses() local
204 err = mb_fit(nt_mbp, NTLM_V1_RESP_SZ, (char **)&ntresp); in ntlm_put_v1_responses()
207 bzero(ntresp, NTLM_V1_RESP_SZ); in ntlm_put_v1_responses()
208 err = ntlm_v1_response(ntresp, ctx->ct_nthash, in ntlm_put_v1_responses()
220 memcpy(lmresp, ntresp, NTLM_V1_RESP_SZ); in ntlm_put_v1_responses()
253 uchar_t *lmresp, *ntresp; in ntlm_put_v1x_responses() local
282 err = mb_fit(nt_mbp, NTLM_V1_RESP_SZ, (char **)&ntresp); in ntlm_put_v1x_responses()
285 bzero(ntresp, NTLM_V1_RESP_SZ); in ntlm_put_v1x_responses()
286 err = ntlm_v1_response(ntresp, ctx->ct_nthash, in ntlm_put_v1x_responses()
464 const uchar_t *ntresp) in ntlm_v2_session_key() argument
468 HMACT64(ssn_key, v2hash, NTLM_HASH_SZ, ntresp, NTLM_HASH_SZ); in ntlm_v2_session_key()
482 uchar_t *lmresp, *ntresp; in ntlm_put_v2_responses() local
539 ntresp = mb_reserve(nt_mbp, NTLM_HASH_SZ); in ntlm_put_v2_responses()
540 err = ntlm_v2_resp_hash(ntresp, in ntlm_put_v2_responses()
550 ntlm_v2_session_key(ctx->ct_ssn_key, v2hash, ntresp); in ntlm_put_v2_responses()