-
Notifications
You must be signed in to change notification settings - Fork 3k
Add AES HW encryption for NUCLEO_F756ZG in mbedtls #4161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
bump, ready to merge ? |
@0xc0170 |
Hello @adbridge @0xc0170 cc @screamerbg |
@adustm This also needs to be redirected to master . |
@adustm It looks good to me, but just to be thorough I would like to have a look at it after it is redirected to master too. |
@adustm Thank you for reminding me! My main reason for wanting to have a look at it after rebase is, that this PR has been already merged and I github doesn't let me approve it. I just would like to give a formal approval and I hope I can do it after the rebase when we have an open PR. |
Description
Enable HW acceleration for AES ECB + CBC on STM32F756ZG
aes_alt.c is compatible between STM32F4 and F7. Only defines have been necessary.
is #3954
Status
READY
Steps to test or reproduce
To test this feature, you have to modify TESTS/mbedtls/selfttest/main.cpp in order to call aes self test:
add:
#include "mbedtls/aes.h"
then
then