File tree Expand file tree Collapse file tree 4 files changed +38
-2
lines changed
Documentation/platforms/xtensa Expand file tree Collapse file tree 4 files changed +38
-2
lines changed Original file line number Diff line number Diff line change @@ -189,6 +189,24 @@ disables the NuttShell to get the best possible score.
189
189
.. note :: As the NSH is disabled, the application will start as soon as the
190
190
system is turned on.
191
191
192
+ crypto
193
+ ------
194
+
195
+ This configuration enables support for the cryptographic hardware and
196
+ the ``/dev/crypto `` device file. Currently, we are supporting SHA-1,
197
+ SHA-224 and SHA-256 algorithms using hardware.
198
+ To test hardware acceleration, you can use `hmac ` example and following output
199
+ should look like this::
200
+
201
+ nsh> hmac
202
+ ...
203
+ hmac sha1 success
204
+ hmac sha1 success
205
+ hmac sha1 success
206
+ hmac sha256 success
207
+ hmac sha256 success
208
+ hmac sha256 success
209
+
192
210
cxx
193
211
---
194
212
Original file line number Diff line number Diff line change @@ -391,7 +391,7 @@ RNG Yes
391
391
RSA No
392
392
RTC Yes
393
393
SD/MMC Yes SPI based SD card driver
394
- SHA No
394
+ SHA Yes
395
395
SPI Yes
396
396
SPIFLASH Yes
397
397
SPIRAM Yes
Original file line number Diff line number Diff line change @@ -195,6 +195,24 @@ disables the NuttShell to get the best possible score.
195
195
.. note :: As the NSH is disabled, the application will start as soon as the
196
196
system is turned on.
197
197
198
+ crypto
199
+ ------
200
+
201
+ This configuration enables support for the cryptographic hardware and
202
+ the ``/dev/crypto `` device file. Currently, we are supporting SHA-1,
203
+ SHA-224 and SHA-256 algorithms using hardware.
204
+ To test hardware acceleration, you can use `hmac ` example and following output
205
+ should look like this::
206
+
207
+ nsh> hmac
208
+ ...
209
+ hmac sha1 success
210
+ hmac sha1 success
211
+ hmac sha1 success
212
+ hmac sha256 success
213
+ hmac sha256 success
214
+ hmac sha256 success
215
+
198
216
cxx
199
217
---
200
218
Development environment ready for C++ applications. You can check if the setup
Original file line number Diff line number Diff line change @@ -427,7 +427,7 @@ RSA No
427
427
RTC Yes
428
428
SDIO No
429
429
SD/MMC Yes
430
- SHA No
430
+ SHA Yes
431
431
SPI Yes
432
432
SPIFLASH Yes
433
433
SPIRAM Yes
You can’t perform that action at this time.
0 commit comments