![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 #ifndef _CRYPTO_SHA256_GLUE_H 0003 #define _CRYPTO_SHA256_GLUE_H 0004 0005 #include <linux/crypto.h> 0006 0007 extern struct shash_alg sha256_neon_algs[2]; 0008 0009 int crypto_sha256_arm_update(struct shash_desc *desc, const u8 *data, 0010 unsigned int len); 0011 0012 int crypto_sha256_arm_finup(struct shash_desc *desc, const u8 *data, 0013 unsigned int len, u8 *hash); 0014 0015 #endif /* _CRYPTO_SHA256_GLUE_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |