Re: [U-Boot] [PATCH V2 4/4] pytest: aes: add test for aes192 and aes256

2019-10-31 Thread Philippe REYNES
Hi Simonn > Hi Philippe, > > On Tue, 29 Oct 2019 at 11:29, Philippe Reynes > wrote: >> >> This commit update the aes tests to check the >> aes192 and aes256. >> >> Signed-off-by: Philippe Reynes >> --- >> test/py/tests/test_aes.py | 118 >> +++--- >> 1

Re: [U-Boot] [PATCH V2 4/4] pytest: aes: add test for aes192 and aes256

2019-10-29 Thread Simon Glass
Hi Philippe, On Tue, 29 Oct 2019 at 11:29, Philippe Reynes wrote: > > This commit update the aes tests to check the > aes192 and aes256. > > Signed-off-by: Philippe Reynes > --- > test/py/tests/test_aes.py | 118 > +++--- > 1 file changed, 91 insertions(

[U-Boot] [PATCH V2 4/4] pytest: aes: add test for aes192 and aes256

2019-10-29 Thread Philippe Reynes
This commit update the aes tests to check the aes192 and aes256. Signed-off-by: Philippe Reynes --- test/py/tests/test_aes.py | 118 +++--- 1 file changed, 91 insertions(+), 27 deletions(-) Changelog: v2: - add a really simple commit text - re-write the t