From: Kent Yoder Date: Thu, 5 Apr 2012 12:34:20 +0000 (+0800) Subject: crypto: sha512 - Fix byte counter overflow in SHA-512 X-Git-Tag: v3.4-rc4~19^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25c3d30c918207556ae1d6e663150ebdf902186b;p=pandora-kernel.git crypto: sha512 - Fix byte counter overflow in SHA-512 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 Cc: stable@kernel.org Signed-off-by: Herbert Xu --- Reading git-diff-tree failed