mbox series

[0/4] crypto: hisilicon - supports new aeads for new hardware

Message ID 1622770289-21588-1-git-send-email-yekai13@huawei.com (mailing list archive)
Headers show
Series crypto: hisilicon - supports new aeads for new hardware | expand

Message

yekai (A) June 4, 2021, 1:31 a.m. UTC
The driver adds new aeads, add fallback tfm supporting.
Modify the driver as needed. The crypto fuzzing test has been passed.

Kai Ye (4):
  crypto: hisilicon/sec - add new algorithm mode for AEAD
  crypto: hisilicon/sec - add fallback tfm supporting for aeads
  crypto: hisilicon/sec - add hardware integrity check value process
  crypto: hisilicon/sec - modify the SEC request structure

 drivers/crypto/hisilicon/sec2/sec.h        |  13 +-
 drivers/crypto/hisilicon/sec2/sec_crypto.c | 575 ++++++++++++++++++++++++-----
 drivers/crypto/hisilicon/sec2/sec_crypto.h |   9 +
 3 files changed, 507 insertions(+), 90 deletions(-)

Comments

Herbert Xu June 11, 2021, 7:23 a.m. UTC | #1
On Fri, Jun 04, 2021 at 09:31:25AM +0800, Kai Ye wrote:
> The driver adds new aeads, add fallback tfm supporting.
> Modify the driver as needed. The crypto fuzzing test has been passed.
> 
> Kai Ye (4):
>   crypto: hisilicon/sec - add new algorithm mode for AEAD
>   crypto: hisilicon/sec - add fallback tfm supporting for aeads
>   crypto: hisilicon/sec - add hardware integrity check value process
>   crypto: hisilicon/sec - modify the SEC request structure
> 
>  drivers/crypto/hisilicon/sec2/sec.h        |  13 +-
>  drivers/crypto/hisilicon/sec2/sec_crypto.c | 575 ++++++++++++++++++++++++-----
>  drivers/crypto/hisilicon/sec2/sec_crypto.h |   9 +
>  3 files changed, 507 insertions(+), 90 deletions(-)

All applied.  Thanks.