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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/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...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/cifs/
H A Dsmbdes.c322 smbhash(unsigned char *out, unsigned char *in, unsigned char *key, int forw) function
363 smbhash(p16, sp8, p14, 1);
364 smbhash(p16 + 8, sp8, p14 + 7, 1);
370 smbhash(p24, c8, p21, 1);
371 smbhash(p24 + 8, c8, p21 + 7, 1);
372 smbhash(p24 + 16, c8, p21 + 14, 1);

Completed in 43 milliseconds