Searched refs:pwhash (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dntlm_check.c242 unsigned char pwhash[16]; local
243 mdfour(pwhash, nt_response->data, nt_response->length);
244 if (memcmp(pwhash, nt_pw, sizeof(pwhash)) == 0) {

Completed in 58 milliseconds