mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 05:16:47 +08:00
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:
committed by
Xiang Xiao
parent
1512e1e3d2
commit
cf1b087504
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user