Files
i2som-imx-linux/crypto
Kent Yoder 3f0fcf4df3 crypto: sha512 - Fix byte counter overflow in SHA-512
commit 25c3d30c91 upstream.

The current code only increments the upper 64 bits of the SHA-512 byte
counter when the number of bytes hashed happens to hit 2^64 exactly.

This patch increments the upper 64 bits whenever the lower 64 bits
overflows.

Signed-off-by: Kent Yoder <key@linux.vnet.ibm.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-04-27 10:16:33 -07:00
..
2011-07-26 16:49:47 -07:00
2011-10-21 14:24:03 +02:00
2011-08-06 18:32:45 -07:00