Docs/espressif: Add crypto defconfig docs for esp32[-s2|-s3]

Docs/espressif: Add crypto defconfig docs for Xtensa based Espressif devices

Signed-off-by: Eren Terzioglu <eren.terzioglu@espressif.com>
This commit is contained in:
Eren Terzioglu
2025-05-20 17:22:16 +02:00
committed by Xiang Xiao
parent 1512e1e3d2
commit cf1b087504
4 changed files with 38 additions and 2 deletions
@@ -189,6 +189,24 @@ disables the NuttShell to get the best possible score.
.. note:: As the NSH is disabled, the application will start as soon as the
system is turned on.
crypto
------
This configuration enables support for the cryptographic hardware and
the ``/dev/crypto`` device file. Currently, we are supporting SHA-1,
SHA-224 and SHA-256 algorithms using hardware.
To test hardware acceleration, you can use `hmac` example and following output
should look like this::
nsh> hmac
...
hmac sha1 success
hmac sha1 success
hmac sha1 success
hmac sha256 success
hmac sha256 success
hmac sha256 success
cxx
---
@@ -391,7 +391,7 @@ RNG Yes
RSA No
RTC Yes
SD/MMC Yes SPI based SD card driver
SHA No
SHA Yes
SPI Yes
SPIFLASH Yes
SPIRAM Yes