crypto: sha512_generic - Use 64-bit counters
authorHerbert Xu <herbert@gondor.apana.org.au>
Wed, 22 Jul 2009 04:22:43 +0000 (12:22 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 22 Jul 2009 06:38:13 +0000 (14:38 +0800)
commit13887ed6888dad1608eb9530ebd83b6ba29db577
treefcaaed11dc4812bd5754894a5f55462fa85f6698
parent1f38ad8389bbca038d320c29d30aa1d6ed96b48d
crypto: sha512_generic - Use 64-bit counters

This patch replaces the 32-bit counters in sha512_generic with
64-bit counters.  It also switches the bit count to the simpler
byte count.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/sha512_generic.c
include/crypto/sha.h