--- zzzz-none-000/linux-4.1.52/include/crypto/hash.h 2018-05-28 02:26:45.000000000 +0000 +++ bcm63-7530ax-731/linux-4.1.52/include/crypto/hash.h 2022-03-02 11:37:13.000000000 +0000 @@ -59,6 +59,10 @@ /* This field may only be used by the ahash API code. */ void *priv; +#if defined(CONFIG_BCM_KF_SPU) && (defined(CONFIG_BCM_SPU) || defined (CONFIG_BCM_SPU_MODULE)) && !(defined(CONFIG_BCM_RDPA) || defined(CONFIG_BCM_RDPA_MODULE)) + int alloc_buff_spu; + int headerLen; +#endif void *__ctx[] CRYPTO_MINALIGN_ATTR; };