diff options
Diffstat (limited to 'arch/arm/include/asm/crypto/sha1.h')
-rw-r--r-- | arch/arm/include/asm/crypto/sha1.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/include/asm/crypto/sha1.h b/arch/arm/include/asm/crypto/sha1.h new file mode 100644 index 000000000000..75e6a417416b --- /dev/null +++ b/arch/arm/include/asm/crypto/sha1.h | |||
@@ -0,0 +1,10 @@ | |||
1 | #ifndef ASM_ARM_CRYPTO_SHA1_H | ||
2 | #define ASM_ARM_CRYPTO_SHA1_H | ||
3 | |||
4 | #include <linux/crypto.h> | ||
5 | #include <crypto/sha.h> | ||
6 | |||
7 | extern int sha1_update_arm(struct shash_desc *desc, const u8 *data, | ||
8 | unsigned int len); | ||
9 | |||
10 | #endif | ||