diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2015-04-09 12:55:39 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2015-04-10 21:39:42 +0800 |
commit | 90451d6bdb787e1631c6ce4619221eb59562343c (patch) | |
tree | ea46e922a03c058935765ca88fac78dccb054f3d /arch/arm/include | |
parent | ca142584bc8ebc8e15b317680771ade58ca96315 (diff) | |
download | blackbird-op-linux-90451d6bdb787e1631c6ce4619221eb59562343c.tar.gz blackbird-op-linux-90451d6bdb787e1631c6ce4619221eb59562343c.zip |
crypto: arm/sha1 - move SHA-1 ARM asm implementation to base layer
This removes all the boilerplate from the existing implementation,
and replaces it with calls into the base layer.
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'arch/arm/include')
-rw-r--r-- | arch/arm/include/asm/crypto/sha1.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/include/asm/crypto/sha1.h b/arch/arm/include/asm/crypto/sha1.h deleted file mode 100644 index 75e6a417416b..000000000000 --- a/arch/arm/include/asm/crypto/sha1.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef ASM_ARM_CRYPTO_SHA1_H -#define ASM_ARM_CRYPTO_SHA1_H - -#include <linux/crypto.h> -#include <crypto/sha.h> - -extern int sha1_update_arm(struct shash_desc *desc, const u8 *data, - unsigned int len); - -#endif |