Associate
August 22, 2017
Solved
Does the X-CUBE-CRYPTOLIB use crypto hardware of the STM32F7 MCU?
- August 22, 2017
- 1 reply
- 1286 views
Posted on August 22, 2017 at 10:11
More specifically we are interested in the AES256-GCM algorithm on STM32F777.
Looking at the User Manual (
) I conclude that for the STM32F756 the crypto hardware is used when using the STM32AccHwCryptoV3.1.0_Xy_C_O.a library.However, if I look at the actual software (library and headers) I get confused:
The STM32_Crypto library (not HW accelerated) has a Inc/AES/GCM/aes_gcm.h header.
The STM32_Crypto_AccHw variant does not include any header for GCM but Inc/AES/AccHw_aes.h contains the following:
&sharpifdef INCLUDE_AccHw_GCM
&sharpinclude 'GCM/AccHw_aes_gcm.h'&sharpendifA header with this filename does not ship with the libraries.
Does anyone have experience with AES-GCM on a STM32 with crypto accelerator?
Best regards,
M
#aes-256 #crypto #stm32-crypto-lib #stm32f7 #aes