Re: [PATCH V4 2/4] aes: add support of aes192 and aes256

2020-01-17 Thread Tom Rini
On Mon, Jan 06, 2020 at 03:22:35PM +0100, Philippe Reynes wrote: > Until now, we only support aes128. This commit add the support > of aes192 and aes256. > > Signed-off-by: Philippe Reynes > Reviewed-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP

Re: [PATCH V4 2/4] aes: add support of aes192 and aes256

2020-01-10 Thread Simon Glass
On Tue, 7 Jan 2020 at 03:22, Philippe Reynes wrote: > > Until now, we only support aes128. This commit add the support > of aes192 and aes256. > > Signed-off-by: Philippe Reynes > --- > arch/arm/mach-tegra/tegra20/crypto.c | 41 ++- > cmd/aes.c| 38

[PATCH V4 2/4] aes: add support of aes192 and aes256

2020-01-06 Thread Philippe Reynes
Until now, we only support aes128. This commit add the support of aes192 and aes256. Signed-off-by: Philippe Reynes --- arch/arm/mach-tegra/tegra20/crypto.c | 41 ++- cmd/aes.c| 38 -- include/uboot_aes.h | 34