[PATCH V3 2/5] aes: add support of aes192 and aes256
Simon Glass
sjg at chromium.org
Mon Dec 23 00:48:14 CET 2019
On Fri, 15 Nov 2019 at 11:10, 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>
> ---
> cmd/aes.c | 38 +++++++++++++++++---------
> include/uboot_aes.h | 34 +++++++++++++++--------
> lib/aes.c | 77 +++++++++++++++++++++++++++++++++++++----------------
> 3 files changed, 103 insertions(+), 46 deletions(-)
>
> Changelog:
> 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