xref: /kernel/linux/linux-6.6/arch/arm/crypto/sha256_glue.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/arch/arm/crypto/
162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
262306a36Sopenharmony_ci#ifndef _CRYPTO_SHA256_GLUE_H
362306a36Sopenharmony_ci#define _CRYPTO_SHA256_GLUE_H
462306a36Sopenharmony_ci
562306a36Sopenharmony_ci#include <linux/crypto.h>
662306a36Sopenharmony_ci
762306a36Sopenharmony_ciextern struct shash_alg sha256_neon_algs[2];
862306a36Sopenharmony_ci
962306a36Sopenharmony_ciint crypto_sha256_arm_update(struct shash_desc *desc, const u8 *data,
1062306a36Sopenharmony_ci			     unsigned int len);
1162306a36Sopenharmony_ci
1262306a36Sopenharmony_ciint crypto_sha256_arm_finup(struct shash_desc *desc, const u8 *data,
1362306a36Sopenharmony_ci			    unsigned int len, u8 *hash);
1462306a36Sopenharmony_ci
1562306a36Sopenharmony_ci#endif /* _CRYPTO_SHA256_GLUE_H */
16

Indexes created Thu Nov 07 10:32:03 CST 2024