Re: [PATCH v2 2/5] KVM: s390: selftests: Add regression tests for PRNO, KDSA and KMA crypto subfunctions

2024-08-21 Thread Christoph Schlameuss
On Tue Aug 20, 2024 at 8:48 AM CEST, Hariharan Mari wrote: > Extend the existing regression test framework for s390x CPU subfunctions > to include tests for the PRNO (Perform Random Number Operation), KDSA > (Compute Digital Signature Authentication) and KMA (Cipher Message with > Authentication) c

[PATCH v2 2/5] KVM: s390: selftests: Add regression tests for PRNO, KDSA and KMA crypto subfunctions

2024-08-19 Thread Hariharan Mari
Extend the existing regression test framework for s390x CPU subfunctions to include tests for the PRNO (Perform Random Number Operation), KDSA (Compute Digital Signature Authentication) and KMA (Cipher Message with Authentication) crypto functions. The test procedure follows the established patter