
10 Jan
2020
10 Jan
'20
10:39 a.m.
On Tue, 7 Jan 2020 at 03:22, Philippe Reynes philippe.reynes@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@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@chromium.org