The following series of patches fixes the issues which came during self-tests with CONFIG_CRYPTO_MANAGER_EXTRA_TESTS enabled. Patch 1: Fixes gcm(aes) hang issue and rfc4106-gcm encryption issue. Patch 2: Fixes ctr, cbc, xts and rfc3686-ctr extra test failures. Patch 3: Fixes ccm(aes) extra test failures. Patch 4: Added support for 48 byte-key_len in aes_xts. Patch 5: fix for hmac(sha) extra test failure. Devulapally Shiva Krishna (5): Crypto/chcr: fix gcm-aes and rfc4106-gcm failed tests Crypto/chcr: fix ctr, cbc, xts and rfc3686-ctr failed tests Crypto/chcr: fix for ccm(aes) failed test Crypto/chcr: support for 48 byte key_len in aes-xts Crypto/chcr: fix for hmac(sha) test fails drivers/crypto/chelsio/chcr_algo.c | 89 +++++++++++++++++++++------- drivers/crypto/chelsio/chcr_crypto.h | 1 + 2 files changed, 68 insertions(+), 22 deletions(-) -- 2.18.1