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

Simon Glass sjg at chromium.org
Fri Jan 10 10:39:38 CET 2020


On Tue, 7 Jan 2020 at 03:22, Philippe Reynes
<philippe.reynes at softathome.com> wrote:
>
> Until now, we only support aes128. This commit add the support
> of aes192 and aes256.
>
> Signed-off-by: Philippe Reynes <philippe.reynes at softathome.com>
> ---
>  arch/arm/mach-tegra/tegra20/crypto.c | 41 ++++++++++---------
>  cmd/aes.c                            | 38 ++++++++++++------
>  include/uboot_aes.h                  | 34 ++++++++++------
>  lib/aes.c                            | 77 +++++++++++++++++++++++++-----------
>  4 files changed, 125 insertions(+), 65 deletions(-)
>
> Changelog:
> v4:
> - update the tge driver crypto for tegra20 to use the new aes api.
>   (squash previous patch 3, feedback from Simon)
> v3:
> - no change
> v2:
> - fix the help for the aes command
>
>

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list