perf tools: Streamline bpf examples and headers installation
[linux/fpc-iii.git] / arch / arm / crypto / sha1.h
blob758db3e9ff0a93e69573d0c86e3dafdab92efbde
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef ASM_ARM_CRYPTO_SHA1_H
3 #define ASM_ARM_CRYPTO_SHA1_H
5 #include <linux/crypto.h>
6 #include <crypto/sha.h>
8 extern int sha1_update_arm(struct shash_desc *desc, const u8 *data,
9 unsigned int len);
11 extern int sha1_finup_arm(struct shash_desc *desc, const u8 *data,
12 unsigned int len, u8 *out);
14 #endif