Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/e2fsprogs/old_e2fsprogs/ext2fs/dirhash.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 815 by niro, Sat Sep 1 22:45:15 2007 UTC revision 816 by niro, Fri Apr 24 18:33:46 2009 UTC
# Line 42  static void TEA_transform(__u32 buf[4], Line 42  static void TEA_transform(__u32 buf[4],
42   sum += DELTA;   sum += DELTA;
43   b0 += ((b1 << 4)+a) ^ (b1+sum) ^ ((b1 >> 5)+b);   b0 += ((b1 << 4)+a) ^ (b1+sum) ^ ((b1 >> 5)+b);
44   b1 += ((b0 << 4)+c) ^ (b0+sum) ^ ((b0 >> 5)+d);   b1 += ((b0 << 4)+c) ^ (b0+sum) ^ ((b0 >> 5)+d);
45   } while(--n);   } while (--n);
46    
47   buf[0] += b0;   buf[0] += b0;
48   buf[1] += b1;   buf[1] += b1;

Legend:
Removed from v.815  
changed lines
  Added in v.816