[PATCH V4 3/4] aes: add test unit for aes128
Simon Glass
sjg at chromium.org
Fri Jan 10 10:39:39 CET 2020
On Tue, 7 Jan 2020 at 03:22, Philippe Reynes
<philippe.reynes at softathome.com> wrote:
>
> This commit add test unit for aes128.
>
> Signed-off-by: Philippe Reynes <philippe.reynes at softathome.com>
> ---
> test/lib/Makefile | 1 +
> test/lib/test_aes.c | 162 ++++++++++++++++++++++++++++++++++++++++++++++++++++
> 2 files changed, 163 insertions(+)
> create mode 100644 test/lib/test_aes.c
>
> Changelog:
> v4:
> - Put test/ headers at the end (feedback from Simon)
> v3:
> - new patch in this serie (in the previous version, the test to
> aes was added to pytest, now, we add test unit for aes as proposed by Simon)
>
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list