mbox series

[v2,0/2] crypto: hisilicon - fix the authsize and icv problems of aead in sec

Message ID 20241018105830.169212-1-huangchenghai2@huawei.com (mailing list archive)
Headers show
Series crypto: hisilicon - fix the authsize and icv problems of aead in sec | expand

Message

Chenghai Huang Oct. 18, 2024, 10:58 a.m. UTC
1. Fix for aead invalid authsize.
2. Fix for aead icv error.

---
Changes in v2:
- Restored authsize to the tfm.

---
Wenkai Lin (2):
  crypto: hisilicon/sec2 - fix for aead icv error
  crypto: hisilicon/sec2 - fix for aead invalid authsize

 drivers/crypto/hisilicon/sec2/sec.h        |   2 +-
 drivers/crypto/hisilicon/sec2/sec_crypto.c | 176 +++++++++------------
 drivers/crypto/hisilicon/sec2/sec_crypto.h |  11 --
 3 files changed, 79 insertions(+), 110 deletions(-)