[CRYPTO] sha: Add header file for SHA definitions
authorJan Glauber <jang@de.ibm.com>
Tue, 9 Oct 2007 14:43:13 +0000 (22:43 +0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:55:50 +0000 (16:55 -0700)
commit5265eeb2b036835021591173ac64e624baaff55c
tree0263f8e8db4ead27b6e02f3200e3a1305bbf2080
parentad5d27899fdbe7a66e57fdf1af883dbd7ff88dac
[CRYPTO] sha: Add header file for SHA definitions

There are currently several SHA implementations that all define their own
initialization vectors and size values. Since this values are idential
move them to a header file under include/crypto.

Signed-off-by: Jan Glauber <jang@de.ibm.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/s390/crypto/sha1_s390.c
arch/s390/crypto/sha256_s390.c
crypto/sha1_generic.c
crypto/sha256_generic.c
crypto/sha512.c
drivers/crypto/padlock-sha.c
include/crypto/sha.h [new file with mode: 0644]