On Fri, 15 Nov 2019 at 11:10, Philippe Reynes <philippe.rey...@softathome.com> wrote: > > Until now, we only support aes128. This commit add the support > of aes192 and aes256. > > Signed-off-by: Philippe Reynes <philippe.rey...@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 <s...@chromium.org>