On Tue, 7 Jan 2020 at 03:22, Philippe Reynes <[email protected]> wrote: > > This commit add test unit for aes128. > > Signed-off-by: Philippe Reynes <[email protected]> > --- > 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 <[email protected]>

