Re: [PATCH v14 16/19] target/s390x: Minimal protected key AES XTS support for cpacf pcc 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 CPACF pcc subfunctions PCC-Compute-XTS-Parameter-Encrypted-AES-128 > and PCC-Compute-XTS-Parameter-Encrypted-AES-128 but only for the special > case block sequential number is 0. However, this covers the s390 PAES XTS > implementation in the Linux kernel. > > Signed-off-by: Harald Freudenberger <[email protected]> > Tested-by: Holger Dengler <[email protected]> > --- > target/s390x/gen-features.c | 2 + > target/s390x/tcg/cpacf.h | 2 + > target/s390x/tcg/cpacf_aes.c | 65 ++++++++++++++++++++++++++++++++ > target/s390x/tcg/crypto_helper.c | 4 ++ > 4 files changed, 73 insertions(+) Reviewed-by: Ilya Leoshkevich <[email protected]>