Re: [PATCH v4 10/11] MAX78000: AES implementation
On Fri, 4 Jul 2025 at 23:32, Jackson Donaldson wrote: > > This commit implements AES for the MAX78000 > > Signed-off-by: Jackson Donaldson > Reviewed-by: Peter Maydell Hi; now this is upstream Coverity Scan noticed a possible issue in this function (CID 1612247): > +static void max78000_aes_do
[PATCH v4 10/11] MAX78000: AES implementation
This commit implements AES for the MAX78000 Signed-off-by: Jackson Donaldson Reviewed-by: Peter Maydell --- hw/arm/Kconfig | 1 + hw/misc/Kconfig| 3 + hw/misc/max78000_aes.c | 223 + hw/misc/max78000_gcr.c |