STM32MP257 Hash accelerator
Hi,
I am trying to test STM32MP257 hash hardware accelerator according to the following article: https://wiki.st.com/stm32mpu/wiki/Crypto_API_overview.
I was able to utilize the crypto accelerator using openssl (as described in the article), but once I have tried running some tests with SHA-256 hash I have noticed that only software implementation was used. After checking the device tree, I have found that hash accelerator was not enabled. After enabling it and making sure that the kernel driver as also enabled (as module), I am seeing the following error during the boot:
stm32-rifsc 42080000.bus: hash@42010000: Device driver will not be probed
and again, the hash accelerator is not working.
I am running all the tests above on the STM32MP257-DK.
Am I doing something wrong?
Thanks!
Alexey.
