This patch series provides a reworked version of the paes in-kernel cipher implementation together with the introdution of in-kernel selftests for the ciphers implemented there. Please note that the paes patch is developed against linux-next respectively Herbert Xu's crypto tree as the fixes from Eric Biggers which move the paes cipers from blkciper to skciper are a requirement for the paes rework. For more details about each patch please have a look into the individual patch headers. Harald Freudenberger (3): s390/pkey: Add support for key blob with clear key value s390/crypto: Rework on paes implementation crypto/testmgr: add selftests for paes-s390 arch/s390/crypto/paes_s390.c | 163 +++++++++---- crypto/testmgr.c | 36 +++ crypto/testmgr.h | 334 +++++++++++++++++++++++++++ drivers/s390/crypto/pkey_api.c | 60 ++++- drivers/s390/crypto/zcrypt_ccamisc.h | 1 + 5 files changed, 545 insertions(+), 49 deletions(-) -- 2.17.1