OSDN Git Service

s390x/tcg: Implement CIPHER MESSAGE WITH AUTHENTICATION (KMA)
authorDavid Hildenbrand <david@redhat.com>
Mon, 28 Sep 2020 12:27:17 +0000 (14:27 +0200)
committerCornelia Huck <cohuck@redhat.com>
Fri, 2 Oct 2020 11:52:49 +0000 (13:52 +0200)
commitbe2b567018d987591647935a7c9648e9c45e05e8
treebb008bdc6bdc2ff1b3c7b30e2f37848aef1fa4d2
parente0f28bb210e4d07fba739ff6433f0d72835d88a5
s390x/tcg: Implement CIPHER MESSAGE WITH AUTHENTICATION (KMA)

As with the other crypto functions, we only implement subcode 0 (query)
and no actual encryption/decryption. We now implement S390_FEAT_MSA_EXT_8.

Signed-off-by: David Hildenbrand <david@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20200928122717.30586-10-david@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
target/s390x/gen-features.c
target/s390x/insn-data.def
target/s390x/translate.c