Re: [PATCH v14 13/19] target/s390x: Support protected key AES ECB for cpacf km instruction
Ilya Leoshkevich <[email protected]>
| Newsgroups | org.kernel.vger.linux-s390,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
On 8/6/26 17:12, Harald Freudenberger wrote: > Support the subfunctions CPACF_KM_PAES_128, CPACF_KM_PAES_192 > and CPACF_KM_PAES_256 for the cpacf km instruction. > > Tested-by: Holger Dengler <[email protected]> > Reviewed-by: Finn Callies <[email protected]> > Signed-off-by: Harald Freudenberger <[email protected]> > --- > target/s390x/gen-features.c | 3 ++ > target/s390x/tcg/cpacf.h | 4 ++ > target/s390x/tcg/cpacf_aes.c | 91 ++++++++++++++++++++++++++++++++ > target/s390x/tcg/crypto_helper.c | 7 +++ > 4 files changed, 105 insertions(+) Reviewed-by: Ilya Leoshkevich <[email protected]>