ct_nthash
err = ntlm_compute_nt_hash(ctx->ct_nthash, ctx->ct_password);
memcpy(ctx->ct_nthash, nthash, NTLM_HASH_SZ);
memcpy(ctx->ct_nthash, nthash, NTLM_HASH_SZ);
ctx->ct_lmhash, ctx->ct_nthash);
ctx->ct_lmhash, ctx->ct_nthash);
err = ntlm_v1_response(ntresp, ctx->ct_nthash,
ntlm_v1_session_key(ssn_key, ctx->ct_nthash);
err = ntlm_v1_response(ntresp, ctx->ct_nthash,
ntlm_v1_session_key(ssn_key, ctx->ct_nthash);
err = ntlm_v2_hash(v2hash, ctx->ct_nthash,
err = ntlm_compute_nt_hash(ctx->ct_nthash, ctx->ct_password);