xref: /kernel/linux/linux-6.6/arch/arm/crypto/blake2s-glue.c (revision 62306a36)
  • 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-or-later
262306a36Sopenharmony_ci
362306a36Sopenharmony_ci#include <crypto/internal/blake2s.h>
462306a36Sopenharmony_ci#include <linux/module.h>
562306a36Sopenharmony_ci
662306a36Sopenharmony_ci/* defined in blake2s-core.S */
762306a36Sopenharmony_ciEXPORT_SYMBOL(blake2s_compress);
8

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