Lines Matching defs:ntresp
186 uchar_t *lmresp, *ntresp;
218 err = smbfs_mb_fit(nt_mbp, NTLM_V1_RESP_SZ, (char **)&ntresp);
221 bzero(ntresp, NTLM_V1_RESP_SZ);
222 err = smbfs_ntlm_v1_response(ntresp, ctx->ct_nthash,
243 uchar_t *lmresp, *ntresp;
271 err = smbfs_mb_fit(nt_mbp, NTLM_V1_RESP_SZ, (char **)&ntresp);
275 bzero(ntresp, NTLM_V1_RESP_SZ);
280 ctx->ct_nthash, NTLM_HASH_SZ, ntresp, NTLM_V1_RESP_SZ);
451 const uchar_t *ntresp)
454 /* session key uses only 1st 16 bytes of ntresp */
455 smbfs_HMACT64(ssn_key, v2hash, NTLM_HASH_SZ, ntresp, NTLM_HASH_SZ);
469 uchar_t *lmresp, *ntresp;
527 ntresp = (uchar_t *)nt_mbp->mb_pos;
529 err = smbfs_ntlm_v2_resp_hash(ntresp,
539 smbfs_ntlm_v2_session_key(ctx->ct_ssn_key, v2hash, ntresp);