Re: [PATCH v14 14/19] target/s390x: Support protected key AES CBC for cpacf kmc 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_KMC_PAES_128, CPACF_KMC_PAES_192 > and CPACF_KMC_PAES_256 for the cpacf kmc 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 | 90 ++++++++++++++++++++++++++++++++ > target/s390x/tcg/crypto_helper.c | 7 +++ > 4 files changed, 104 insertions(+) Reviewed-by: Ilya Leoshkevich <[email protected]>