arch/xtensa/esp32: Add support for hardware accelerated PBKDF2

This adds support for the PBKDF2 algorithm in the ESP32 crypto
driver. Here, it will take advantage of the hardware-accelerated
implementation of SHA.

Signed-off-by: Vlad Pruteanu <pruteanuvlad1611@yahoo.com>
This commit is contained in:
Vlad Pruteanu
2026-04-08 11:21:45 +03:00
committed by Xiang Xiao
parent 4f1a3356f9
commit ad168fdf2d
3 changed files with 101 additions and 5 deletions
@@ -60,4 +60,5 @@ CONFIG_SYSTEM_NSH=y
CONFIG_TESTING_CRYPTO=y
CONFIG_TESTING_CRYPTO_HASH=y
CONFIG_TESTING_CRYPTO_HASH_DISABLE_MD5=y
CONFIG_TESTING_CRYPTO_PBKDF2=y
CONFIG_UART0_SERIAL_CONSOLE=y