162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci#ifndef ASM_ARM_CRYPTO_SHA1_H 362306a36Sopenharmony_ci#define ASM_ARM_CRYPTO_SHA1_H 462306a36Sopenharmony_ci 562306a36Sopenharmony_ci#include <linux/crypto.h> 662306a36Sopenharmony_ci#include <crypto/sha1.h> 762306a36Sopenharmony_ci 862306a36Sopenharmony_ciextern int sha1_update_arm(struct shash_desc *desc, const u8 *data, 962306a36Sopenharmony_ci unsigned int len); 1062306a36Sopenharmony_ci 1162306a36Sopenharmony_ciextern int sha1_finup_arm(struct shash_desc *desc, const u8 *data, 1262306a36Sopenharmony_ci unsigned int len, u8 *out); 1362306a36Sopenharmony_ci 1462306a36Sopenharmony_ci#endif 15