Re: [PATCH v4 3/3] tests/qtest: Add test for Aspeed HACE accumulative mode

2022-04-20 Thread Joel Stanley
On Thu, 31 Mar 2022 at 07:49, Steven Lee wrote: > > This add two addition test cases for accumulative mode under sg enabled. > > The input vector was manually craft with "abc" + bit 1 + padding zeros + L. > The padding length depends on algorithm, i.e. SHA512 (1024 bit), > SHA256 (512 bit). > > Th

Re: [PATCH v4 3/3] tests/qtest: Add test for Aspeed HACE accumulative mode

2022-04-20 Thread Thomas Huth
On 31/03/2022 09.48, Steven Lee wrote: This add two addition test cases for accumulative mode under sg enabled. The input vector was manually craft with "abc" + bit 1 + padding zeros + L. The padding length depends on algorithm, i.e. SHA512 (1024 bit), SHA256 (512 bit). The result was calculate

[PATCH v4 3/3] tests/qtest: Add test for Aspeed HACE accumulative mode

2022-03-31 Thread Steven Lee
This add two addition test cases for accumulative mode under sg enabled. The input vector was manually craft with "abc" + bit 1 + padding zeros + L. The padding length depends on algorithm, i.e. SHA512 (1024 bit), SHA256 (512 bit). The result was calculated by command line sha512sum/sha256sum uti