Skip to content
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

Code Size: Hardware-only AES #7366

Closed
tom-cosgrove-arm opened this issue Mar 30, 2023 · 2 comments
Closed

Code Size: Hardware-only AES #7366

tom-cosgrove-arm opened this issue Mar 30, 2023 · 2 comments
Labels
size-optimisation size-s Estimated task size: small (~2d)

Comments

@tom-cosgrove-arm
Copy link
Contributor

(below the line)
Add a configuration option to exclude software implementation when building with AES-NI or AES-CE

DoD: when configured, code with AES-NI or -CE or VIA Padlock does not include AES software, including table generation, setkey, and mbedtls_internal_aes_encrypt/decrypt()

See #7141 (which is already in its own epic)

@tom-cosgrove-arm tom-cosgrove-arm added size-s Estimated task size: small (~2d) size-optimisation labels Mar 30, 2023
@yuhaoth
Copy link
Contributor

yuhaoth commented Apr 6, 2023

#7384 has implemented it.

@yanrayw
Copy link

yanrayw commented Aug 24, 2023

This has been resolved by #7384

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size-optimisation size-s Estimated task size: small (~2d)
Projects
Status: Code Size Optimisation
Development

No branches or pull requests

3 participants