1 /* SPDX-License-Identifier: GPL-2.0 */ 1 2 #ifndef _CRYPTO_SHA256_GLUE_H 3 #define _CRYPTO_SHA256_GLUE_H 4 5 #include <linux/crypto.h> 6 7 extern struct shash_alg sha256_neon_algs[2]; 8 9 int crypto_sha256_arm_update(struct shash_desc 10 unsigned int len) 11 12 int crypto_sha256_arm_finup(struct shash_desc 13 unsigned int len, 14 15 #endif /* _CRYPTO_SHA256_GLUE_H */ 16
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.