commit | ad431dcc233903a007860d2e89ab43507402d571 | [log] [tgz] |
---|---|---|
author | Lucas Dietrich <ld.adecy@gmail.com> | Tue Sep 24 22:40:56 2024 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Fri Oct 11 09:28:12 2024 +0200 |
tree | 01c651edf98bc036afeddd8b9d4d97a289814a07 | |
parent | 8f0de8455de6dbfdf41b58dc7848fe2bef16672a [diff] |
drivers: crypto: Add support for STM32L4 AES accelerator This patch completes the addition of support for the STM32L4 AES accelerator by introducing conditional handling for different STM32 AES HAL variants. Key changes include: - Created device tree bindings `st,stm32l4-aes` for STM32L4 AES - Replaced `copy_reverse_words` with `copy_words_adjust_endianness` to handle endianness conversion for different variants. Signed-off-by: Lucas Dietrich <ld.adecy@gmail.com>