summaryrefslogtreecommitdiff
path: root/arch/arm/crypto/sha256_glue.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/crypto/sha256_glue.h')
-rw-r--r--arch/arm/crypto/sha256_glue.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/arch/arm/crypto/sha256_glue.h b/arch/arm/crypto/sha256_glue.h
index 9f0d578bab5f..9881c9a115d1 100644
--- a/arch/arm/crypto/sha256_glue.h
+++ b/arch/arm/crypto/sha256_glue.h
@@ -2,14 +2,8 @@
#ifndef _CRYPTO_SHA256_GLUE_H
#define _CRYPTO_SHA256_GLUE_H
-#include <linux/crypto.h>
+#include <crypto/hash.h>
extern struct shash_alg sha256_neon_algs[2];
-int crypto_sha256_arm_update(struct shash_desc *desc, const u8 *data,
- unsigned int len);
-
-int crypto_sha256_arm_finup(struct shash_desc *desc, const u8 *data,
- unsigned int len, u8 *hash);
-
#endif /* _CRYPTO_SHA256_GLUE_H */