arch/s390/crypto/sha.h
0 → 100644
+34
−0
+6
−85
arch/s390/crypto/sha_common.c
0 → 100644
+90
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
The sha_{update|final} functions are similar for every sha variant.
Since that is error-prone and redundant replace these functions by
a shared generic implementation for s390.
Signed-off-by:
Jan Glauber <jang@linux.vnet.ibm.com>
Signed-off-by:
Herbert Xu <herbert@gondor.apana.org.au>