From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philippe REYNES Date: Thu, 31 Oct 2019 14:33:11 +0100 (CET) Subject: [U-Boot] [PATCH V2 4/4] pytest: aes: add test for aes192 and aes256 In-Reply-To: References: <1572370173-17178-1-git-send-email-philippe.reynes@softathome.com> <1572370173-17178-5-git-send-email-philippe.reynes@softathome.com> Message-ID: <2012146541.1132041.1572528791781.JavaMail.zimbra@softathome.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 file changed, 91 insertions(+), 27 deletions(-) > > Any way we could write these tests in C? I'm not sure to understand. Do you mean - write this code in C and then call it from python (in pytest) ? - write this test in C to implement a ut command (like UT_TIME) ? >> >> Changelog: >> v2: >> - add a really simple commit text >> - re-write the test with the new version of test for aes128 >> - add a test to check that results of aes128/192/256 are differents > > > Regards, > SImon Regards, Philippe