WAN: HDLC: Detach protocol before unregistering device
[linux/fpc-iii.git] / arch / arm / crypto / sha1.h
blobffd8bd08b1a73e67591c2c3bac1acf4fdf544c92
1 #ifndef ASM_ARM_CRYPTO_SHA1_H
2 #define ASM_ARM_CRYPTO_SHA1_H
4 #include <linux/crypto.h>
5 #include <crypto/sha.h>
7 extern int sha1_update_arm(struct shash_desc *desc, const u8 *data,
8 unsigned int len);
10 extern int sha1_finup_arm(struct shash_desc *desc, const u8 *data,
11 unsigned int len, u8 *out);
13 #endif