mbox series

[0/3] crypto: hisilicon - supports new skciphers for new hardware

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

Message

yekai (A) May 28, 2021, 11:42 a.m. UTC
The driver adds new skciphers, add fallback tfm supporting for XTS mode.
The crypto fuzzing test has been passed. fixup 3des minimum key size declaration
that fuzz testing found.

Kai Ye (3):
  crypto: hisilicon/sec - add new skcipher mode for SEC
  crypto: hisilicon/sec - add fallback tfm supporting for XTS mode
  crypto: hisilicon/sec - fixup 3des minimum key size declaration

 drivers/crypto/hisilicon/sec2/sec.h        |   4 +
 drivers/crypto/hisilicon/sec2/sec_crypto.c | 192 ++++++++++++++++++++++++++---
 drivers/crypto/hisilicon/sec2/sec_crypto.h |   3 +
 3 files changed, 182 insertions(+), 17 deletions(-)

Comments

Herbert Xu June 3, 2021, 12:31 p.m. UTC | #1
On Fri, May 28, 2021 at 07:42:03PM +0800, Kai Ye wrote:
> The driver adds new skciphers, add fallback tfm supporting for XTS mode.
> The crypto fuzzing test has been passed. fixup 3des minimum key size declaration
> that fuzz testing found.
> 
> Kai Ye (3):
>   crypto: hisilicon/sec - add new skcipher mode for SEC
>   crypto: hisilicon/sec - add fallback tfm supporting for XTS mode
>   crypto: hisilicon/sec - fixup 3des minimum key size declaration
> 
>  drivers/crypto/hisilicon/sec2/sec.h        |   4 +
>  drivers/crypto/hisilicon/sec2/sec_crypto.c | 192 ++++++++++++++++++++++++++---
>  drivers/crypto/hisilicon/sec2/sec_crypto.h |   3 +
>  3 files changed, 182 insertions(+), 17 deletions(-)

All applied.  Thanks.