pwhash 243 source3/libsmb/ntlm_check.c unsigned char pwhash[16];
pwhash 244 source3/libsmb/ntlm_check.c mdfour(pwhash, nt_response->data, nt_response->length);
pwhash 245 source3/libsmb/ntlm_check.c if (memcmp(pwhash, nt_pw, sizeof(pwhash)) == 0) {