[U-Boot] [PATCH V2 2/4] aes: add support of aes192 and aes256

Simon Glass sjg at chromium.org
Wed Oct 30 01:49:40 UTC 2019


On Tue, 29 Oct 2019 at 11:29, 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(-)

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


More information about the U-Boot mailing list