[PATCH v2 2/2] tests/qtest: Add test for Aspeed HACE accumulative mode

2022-01-12 Thread Troy 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

Re: [PATCH v2 2/2] tests/qtest: Add test for Aspeed HACE accumulative mode

2022-01-12 Thread Troy Lee
[ Adding Klaus ] On Wed, Jan 12, 2022 at 4:09 PM Troy 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), >