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

/asus-wl-520gu-7.0.1.45/src/router/samba/source/libsmb/
H A Dsmbdes.c279 static void smbhash(unsigned char *out, const unsigned char *in, const unsigned char *key, int forw) function
310 smbhash(p16, sp8, p14, 1);
311 smbhash(p16+8, sp8, p14+7, 1);
316 smbhash(p24, c8, p21, 1);
317 smbhash(p24+8, c8, p21+7, 1);
318 smbhash(p24+16, c8, p21+14, 1);
323 smbhash(out, in, p14, 0);
324 smbhash(out+8, in+8, p14+7, 0);
329 smbhash(out, in, p14, 1);
330 smbhash(ou
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/examples/LDAP/smbldap-tools/mkntpwd/
H A Dsmbdes.c278 static void smbhash(unsigned char *out, unsigned char *in, unsigned char *key) function
309 smbhash(p16, sp8, p14);
310 smbhash(p16+8, sp8, p14+7);
315 smbhash(p24, c8, p21);
316 smbhash(p24+8, c8, p21+7);
317 smbhash(p24+16, c8, p21+14);
324 smbhash(buf, in, key);
325 smbhash(out, buf, key+9);
333 smbhash(buf, in, key);
335 smbhash(ou
[all...]

Completed in 87 milliseconds