Kinetics km34 MKM34Z256VLL7 has AES support as per data sheet, does it supports AES GCM(Galois counter mode)?
Hi Anwar ,
AES GCM is supported by mbedtls see mbedtls_gcm_crypt_and_tag() function.
The basic AES function is accelerated by MMCAU and the other part of GCM is performed by SW.
Hope this helps,
Jun Zhang