]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
crypto: s390/sha - replace raw value by their coresponding define
authorLABBE Corentin <clabbe.montjoie@gmail.com>
Wed, 14 Oct 2015 19:11:00 +0000 (21:11 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 15 Oct 2015 13:05:11 +0000 (21:05 +0800)
commit19b14e7e224f1c119a1756fde02ccacefd280212
treef5759497a0c777fe2c587a818be267ad3b5bc020
parent353519887ca3df97c0e60be4fdf05c44e2faca22
crypto: s390/sha - replace raw value by their coresponding define

SHA_MAX_STATE_SIZE is just the number of u32 word for SHA512.
So replace the raw value "16" by their meaning (SHA512_DIGEST_SIZE / 4)

Signed-off-by: LABBE Corentin <clabbe.montjoie@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/s390/crypto/sha.h