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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dcifsencrypt.h26 extern void mdfour(unsigned char *out, unsigned char *in, int n);
H A Dsmbencrypt.c142 mdfour(p16, (unsigned char *) wpwd, len);
H A Dcifsencrypt.c39 extern void mdfour(unsigned char *out, unsigned char *in, int n);
220 mdfour(key->data.ntlm, temp_key, 16);
H A Dmd4.c160 mdfour(unsigned char *out, unsigned char *in, int n) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dgenrand.c71 mdfour(tmp_md4, buf, n);
121 mdfour(md4_tmp, (unsigned char *)pw->pw_passwd, strlen(pw->pw_passwd));
195 mdfour(tmp_buf, md4_buf, sizeof(md4_buf));
H A Dmd4.c121 void mdfour(unsigned char *out, const unsigned char *in, int n) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Dsmb_pass.c108 mdfour(p16, (unsigned char *)wpwd, len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dsmbencrypt.c79 mdfour(p16, (unsigned char *)wpwd, len);
319 mdfour((unsigned char *)sess_key, kr, 16);
641 mdfour(nt_hash, nt_hash, 16);
H A Dntlm_check.c243 mdfour(pwhash, nt_response->data, nt_response->length);

Completed in 206 milliseconds