Re: [PATCH v14 15/19] target/s390x: Support protected key AES CTR for cpacf kmctr 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_KMCTR_PAES_128, CPACF_KMCTR_PAES_192 > and CPACF_KMCTR_PAES_256 for the cpacf kmctr instruction. > > Signed-off-by: Harald Freudenberger <[email protected]> > --- > target/s390x/gen-features.c | 3 ++ > target/s390x/tcg/cpacf.h | 5 ++ > target/s390x/tcg/cpacf_aes.c | 80 ++++++++++++++++++++++++++++++++ > target/s390x/tcg/crypto_helper.c | 7 +++ > 4 files changed, 95 insertions(+) Reviewed-by: Ilya Leoshkevich <[email protected]>