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