Re: [PATCH v14 11/19] target/s390x: Support AES XTS 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 XTS-AES-128 and XTS-AES-256 > for the cpacf km instruction. > > Signed-off-by: Harald Freudenberger <[email protected]> > Tested-by: Holger Dengler <[email protected]> > Reviewed-by: Holger Dengler <[email protected]> > --- > target/s390x/gen-features.c | 2 + > target/s390x/tcg/cpacf.h | 4 ++ > target/s390x/tcg/cpacf_aes.c | 81 ++++++++++++++++++++++++++++++++ > target/s390x/tcg/crypto_helper.c | 6 +++ > 4 files changed, 93 insertions(+) Reviewed-by: Ilya Leoshkevich <[email protected]>