s390/paes: fix PKEY_TYPE_EP11_AES handling for secure keyblobs
authorHolger Dengler <dengler@linux.ibm.com>
Wed, 9 Aug 2023 12:23:45 +0000 (14:23 +0200)
committerHeiko Carstens <hca@linux.ibm.com>
Thu, 17 Aug 2023 13:18:53 +0000 (15:18 +0200)
commitcba33db3fc4dbf2e54294b0e499d2335a3a00d78
tree286edc3dd0b3f50a00d7915c7354ccf4c0170bcd
parentb9352e4b9b9eff949bcc6907b8569b3a1d992f1e
s390/paes: fix PKEY_TYPE_EP11_AES handling for secure keyblobs

Commit 'fa6999e326fe ("s390/pkey: support CCA and EP11 secure ECC
private keys")' introduced PKEY_TYPE_EP11_AES securekey blobs as a
supplement to the PKEY_TYPE_EP11 (which won't work in environments
with session-bound keys). This new keyblobs has a different maximum
size, so fix paes crypto module to accept also these larger keyblobs.

Fixes: fa6999e326fe ("s390/pkey: support CCA and EP11 secure ECC private keys")
Signed-off-by: Holger Dengler <dengler@linux.ibm.com>
Reviewed-by: Ingo Franzki <ifranzki@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
arch/s390/crypto/paes_s390.c