We've been trying to user the AES hardware module in ECB mode. To do that we used the sd_ecb_block_encrypt function.
Is this hardware accelerated? Based on power consumption it seems that it is a software implementation. If it is not hardware accelerated, how can we use the hardware module.
Thanks!