Files
twx-linux/lib
Herbert Xu 332a20e37f libcrc32c: keep intermediate crc state in cpu order
It's upstream changeset 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>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2007-11-26 09:42:30 -08:00
..
2007-07-31 15:39:37 -07:00
2007-07-18 08:47:40 -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
2007-05-10 18:24:13 +02:00
2007-07-24 12:24:59 -07:00
2007-07-31 15:39:42 -07:00
2007-08-22 14:48:40 -07:00
2007-05-21 09:18:19 -07:00
2007-08-22 19:52:45 -07:00
2007-10-07 16:28:43 -07:00
2007-10-07 16:28:43 -07:00
2007-07-21 17:49:14 -07:00