STM32U5 TF-M Crypto services - AES GCM DPA-protected
Hi,
I am using the X-CUBE-AZURE example with the B-U585I-IOT02A development board equipped with STM32U5 microcontroller.
Reading the tfm_mbedcrypto_config.h file of the TF-m it says that AES GCM is available with protection against DPA attaccks but in the datasheet of the microntroller it is indicated that SAES does not support GCM; how was this implemented at the hardware level? Is DPA protection for cryptographic algorithms also implemented at the software level?
Thank you
