On 3/26/21 8:48 PM, Klaus Heinrich Kiwi wrote:
>
>>
>> static const struct masks ast2600_masks = {
>> - .src = 0x7fff,
>> - .dest = 0x7ff8,
>> - .len = 0x0fff,
>> + .src = 0x7fff,
>> + .dest = 0x7ff8,
>> + .len = 0x0fff,
>> };
static const struct masks ast2600_masks = {
-.src = 0x7fff,
-.dest = 0x7ff8,
-.len = 0x0fff,
+.src = 0x7fff,
+.dest= 0x7ff8,
+.len = 0x0fff,
};
Apologies for that - Need to proof-read my patches better,
even if it'
Expand current Aspeed HACE testsuite to also include Scatter-Gather of
sha256 and sha512 operations.
Signed-off-by: Klaus Heinrich Kiwi
---
tests/qtest/aspeed_hace-test.c | 156 +++--
1 file changed, 147 insertions(+), 9 deletions(-)
diff --git a/tests/qtest/aspeed_h