--- zzzz-none-000/linux-4.4.271/include/crypto/sha.h 2021-06-03 06:22:09.000000000 +0000 +++ hawkeye-5590-750/linux-4.4.271/include/crypto/sha.h 2023-04-19 10:22:30.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