mbox series

[net-next,0/5] Crypto/chcr: Fix issues regarding algorithm implementation in driver

Message ID 20200505031257.9153-1-shiva@chelsio.com
Headers show
Series Crypto/chcr: Fix issues regarding algorithm implementation in driver | expand

Message

Devulapally Shiva Krishna May 5, 2020, 3:12 a.m. UTC
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(-)