]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - arch/arm/crypto/sha1.h
crypto: sha - split sha.h into sha1.h and sha2.h
[mirror_ubuntu-hirsute-kernel.git] / arch / arm / crypto / sha1.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
60468255
JK
2#ifndef ASM_ARM_CRYPTO_SHA1_H
3#define ASM_ARM_CRYPTO_SHA1_H
4
5#include <linux/crypto.h>
a24d22b2 6#include <crypto/sha1.h>
60468255
JK
7
8extern int sha1_update_arm(struct shash_desc *desc, const u8 *data,
9 unsigned int len);
10
90451d6b
AB
11extern int sha1_finup_arm(struct shash_desc *desc, const u8 *data,
12 unsigned int len, u8 *out);
13
60468255 14#endif