crypto: s390 - support hardware accelerated SHA-224
authorJan Glauber <jang@linux.vnet.ibm.com>
Mon, 4 Jul 2011 12:06:01 +0000 (20:06 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 4 Jul 2011 12:06:01 +0000 (20:06 +0800)
On recent s390 machines hardware acceleration is available for SHA-256.
SHA-224 is based on SHA-256 so it can also be accelerated by hardware.
Do this by adding the proper algorithm description and initialization.

Signed-off-by: Jan Glauber <jang@linux.vnet.ibm.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

No differences found