Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [CRYPTO] sha512: Hardware acceleration for s390 | Jan Glauber | 2008-04-21 | 1 | -2/+3 |
| | | | | | | | Exploit the System z10 hardware acceleration for SHA512. Signed-off-by: Jan Glauber <jang@linux.vnet.ibm.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> | ||||
* | [CRYPTO] s390: Generic sha_update and sha_final | Jan Glauber | 2008-04-21 | 1 | -0/+34 |
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> |