--- zzzz-none-000/linux-4.4.60/include/crypto/sha.h 2017-04-08 07:53:53.000000000 +0000 +++ hawkeye-5590-729/linux-4.4.60/include/crypto/sha.h 2022-03-30 14:21:53.000000000 +0000 @@ -101,4 +101,6 @@ extern int crypto_sha512_finup(struct shash_desc *desc, const u8 *data, unsigned int len, u8 *hash); +extern void sha256_transform(u32 *state, const u8 *input); +extern void sha512_transform(u64 *state, const u8 *input); #endif