]> git.baikalelectronics.ru Git - uboot.git/commit
aes: add support of aes192 and aes256
authorPhilippe Reynes <philippe.reynes@softathome.com>
Mon, 6 Jan 2020 14:22:35 +0000 (15:22 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 17 Jan 2020 15:15:49 +0000 (10:15 -0500)
commite53657aeaa4f36ff4c9ae160fe003b782288eca0
tree2b026e93d996928ef0e1000edb4812331a3f3f62
parent198faa946fce631a765269b9bbee7bd1c271bdcb
aes: add support of aes192 and aes256

Until now, we only support aes128. This commit add the support
of aes192 and aes256.

Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/arm/mach-tegra/tegra20/crypto.c
cmd/aes.c
include/uboot_aes.h
lib/aes.c