[PATCH] crypto: Fix byte counter overflow in SHA-512

2012-03-16 Thread Kent Yoder
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 --- crypto/sha512_generic.c |2 +- 1 files chan

Re: [PATCH 0/3 v3] crypto: ux500 crypto and hash driver

2012-03-16 Thread Andreas WESTIN
On 2012-03-14 09:45, Andreas WESTIN wrote: Hi, I've split the driver into two parts one for hash and one for crypto, hopefully it gets through this time. So it didn't get through this time either, I've put the patches at: http://www.df.lth.se/~triad/ux500-crypto/ /Andreas -- To unsubscribe