Benny Halevy ef19454bd4 [LIB] crc32c: Keep intermediate crc state in cpu order
crypto/crc32.c:chksum_final() is computing the digest as
*(__le32 *)out = ~cpu_to_le32(mctx->crc);
so the low-level crc32c_le routines should just keep
the crc in cpu order, otherwise it is getting swabbed
one too many times on big-endian machines.

Signed-off-by: Benny Halevy <bhalevy@fs1.bhalevy.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2007-11-08 21:34:09 +08:00
..
2007-07-31 15:39:37 -07:00
2005-10-18 08:26:15 -07:00
2007-05-11 05:38:25 -04:00
2007-07-16 09:05:50 -07:00
2007-07-17 10:23:04 -07:00
2006-06-25 10:01:20 -07:00
2007-10-18 14:37:32 -07:00
2005-04-16 15:20:36 -07:00
2006-06-25 10:01:20 -07:00
2007-05-10 18:24:13 +02:00
2005-04-16 15:20:36 -07:00
2007-04-25 22:28:53 -07:00
2005-04-16 15:20:36 -07:00
2007-07-24 12:24:59 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2007-10-19 11:53:41 -07:00
2006-06-20 20:24:58 -07:00
2006-10-06 08:53:40 -07:00
2007-08-22 19:52:45 -07:00
2007-10-20 01:29:18 +02:00
2007-10-19 11:53:41 -07:00
2007-10-19 11:53:41 -07:00
2005-04-16 15:20:36 -07:00
2007-10-17 08:42:45 -07:00
2006-12-04 02:00:22 -05:00
2007-10-17 08:42:52 -07:00
2007-10-22 21:19:58 +02:00
2007-02-17 19:07:33 +01:00