xref: /kernel/linux/linux-6.6/arch/arm/crypto/sha512.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
362306a36Sopenharmony_ciint sha512_arm_update(struct shash_desc *desc, const u8 *data,
462306a36Sopenharmony_ci		      unsigned int len);
562306a36Sopenharmony_ci
662306a36Sopenharmony_ciint sha512_arm_finup(struct shash_desc *desc, const u8 *data,
762306a36Sopenharmony_ci		     unsigned int len, u8 *out);
862306a36Sopenharmony_ci
962306a36Sopenharmony_ciextern struct shash_alg sha512_neon_algs[2];
10

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