arch/risc-v/espressif: Add AES accelerator support#18544
Open
eren-terzioglu wants to merge 6 commits intoapache:masterfrom
Open
arch/risc-v/espressif: Add AES accelerator support#18544eren-terzioglu wants to merge 6 commits intoapache:masterfrom
eren-terzioglu wants to merge 6 commits intoapache:masterfrom
Conversation
Contributor
|
Hi @eren-terzioglu, please fix |
acassis
previously approved these changes
Mar 16, 2026
3a5bdc3 to
0582333
Compare
Contributor
Author
Thanks @simbit18, updated. |
Add AES accelerator support for esp32[-c3|-c6|-h2] Signed-off-by: Eren Terzioglu <eren.terzioglu@espressif.com>
Add AES accelerator board support for esp32[-c3|-c6|-h2] Signed-off-by: Eren Terzioglu <eren.terzioglu@espressif.com>
Add AES support docs for esp32[-c3|-c6|-h2] Signed-off-by: Eren Terzioglu <eren.terzioglu@espressif.com>
Add AES accelerator support for esp32[-s2|-s3] Signed-off-by: Eren Terzioglu <eren.terzioglu@espressif.com>
Add AES support docs for esp32s2 Signed-off-by: Eren Terzioglu <eren.terzioglu@espressif.com>
Add AES accelerator board support for esp32[-s2|-s3] Signed-off-by: Eren Terzioglu <eren.terzioglu@espressif.com>
Contributor
|
@eren-terzioglu , please update the PR summary with esp32p4 and Doc as well https://nuttx.apache.org/docs/latest/platforms/risc-v/esp32p4/index.html |
xiaoxiang781216
approved these changes
Mar 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add AES support docs for esp32s2
Add AES accelerator board support for esp32[-s2|-s3]
Add AES accelerator support for esp32[-s2|-s3]
Add AES support docs for esp32[-c3|-c6|-h2]
Add AES accelerator board support for esp32[-c3|-c6|-h2]
Add AES accelerator support for esp32[-c3|-c6|-h2]
Impact
Impact on user: No
Impact on build: No
Impact on hardware: Yes, AES accelerator support added
Impact on documentation: Yes, related docs added
Impact on security: No
Impact on compatibility: No
Testing
cryptodefconfig used with following optionsBuilding
Here is command for build
Running
A few methods used to test:
CONFIG_CRYPTO_ALGTEST)aescbcandaesctrcommandsHere is the code of custom app (same code can be found on esp32s3_aes.c file):
Results
Output looked like this: